/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 258 prinfo = &info->play; in devaudio_proc_alloc() 377 proc->p_info.play.waiting++; in devaudio_proc_hold() 383 proc->p_info.play.waiting--; in devaudio_proc_hold() 390 proc->p_info.play.waiting--; in devaudio_proc_hold() 396 audio_prinfo_t *play = &proc->p_info.play; in devaudio_proc_hold() local 407 play->eof = 0; in devaudio_proc_hold() 408 play->buffer_size = 8192; in devaudio_proc_hold() 410 auclnt_set_gain(sp, ((play->gain * 100) / AUDIO_MAX_GAIN)); in devaudio_proc_hold() 412 play->open = B_TRUE; in devaudio_proc_hold() 580 info->play.sample_rate = auclnt_get_rate(sp); in devaudio_proc_update() [all …]
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 84 prinfo = &info.play; in audio__setplayhdr() 155 prinfo = &info.play; in audio__setval() 259 info.play.pause = x; in audio__setpause() 270 if (((which & AUDIO__PLAY) && (info.play.pause != x)) || in audio__setpause()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 195 solo_engine_t play; member 1094 if (dev->play.paddr != 0) in solo_release_resources() 1095 (void) ddi_dma_unbind_handle(dev->play.dmah); in solo_release_resources() 1096 if (dev->play.acch != NULL) in solo_release_resources() 1097 ddi_dma_mem_free(&dev->play.acch); in solo_release_resources() 1098 if (dev->play.dmah != NULL) in solo_release_resources() 1099 ddi_dma_free_handle(&dev->play.dmah); in solo_release_resources() 1101 if (dev->play.engine != NULL) { in solo_release_resources() 1102 audio_dev_remove_engine(dev->adev, dev->play.engine); in solo_release_resources() 1103 audio_engine_free(dev->play.engine); in solo_release_resources() [all …]
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | hda_codec.c | 205 static int hda_codec_init(struct hda_codec_inst *hci, const char *play, 391 hda_codec_init(struct hda_codec_inst *hci, const char *play, in hda_codec_init() argument 398 if (!(play || rec)) in hda_codec_init() 405 if (play && rec) in hda_codec_init() 408 if (play) in hda_codec_init() 424 if (play) { in hda_codec_init() 432 st->aud = audio_init(play, 1); in hda_codec_init()
|
H A D | pci_hda.c | 152 struct hda_codec_class *codec, const char *play, const char *rec); 320 char *play; in hda_init() local 342 play = NULL; in hda_init() 344 play = strdup(value); in hda_init() 350 DPRINTF("play: %s rec: %s", play, rec); in hda_init() 351 if (play != NULL || rec != NULL) { in hda_init() 352 err = hda_codec_constructor(sc, codec, play, rec); in hda_init() 355 free(play); in hda_init() 428 const char *play, const char *rec) in hda_codec_constructor() argument 451 return (codec->init(hci, play, rec)); in hda_codec_constructor()
|
H A D | pci_hda.h | 74 int (*init)(struct hda_codec_inst *hci, const char *play,
|
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.h | 165 #define EB2_PLAY_CSR state->cs_eb2_regs.play->eb2csr 166 #define EB2_PLAY_ACR state->cs_eb2_regs.play->eb2acr 167 #define EB2_PLAY_BCR state->cs_eb2_regs.play->eb2bcr 261 cs4231_eb2regs_t *play; /* play EB2 registers */ member
|
H A D | audio_4231_eb2dma.c | 127 if (ddi_regs_map_setup(dip, 1, (caddr_t *)&state->cs_eb2_regs.play, 0, in eb2_map_regs() 134 state->cs_engines[CS4231_PLAY]->ce_eb2regs = state->cs_eb2_regs.play; in eb2_map_regs()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | audioio.h | 99 audio_prinfo_t play; /* output status information */ member
|
/illumos-gate/usr/src/boot/ |
H A D | README.loader | 18 setting up screen savers and plug and play information, and 87 To get your plug and play data correctly set, run kget, 121 user to use. I recommend you play with them a little,
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | standards | 160 * this is a nasty game we all play to honor standards symbol visibility
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | standard | 968 # We set up a pipeline to $LPTELL, but play a trick
|
H A D | tsol_standard | 1036 # We set up a pipeline to $LPTELL, but play a trick
|
H A D | tsol_standard_foomatic | 1065 # We set up a pipeline to $LPTELL, but play a trick
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 882 # symlink; some systems play weird games with the mod time of symlinks
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 1285 show_audio_prinfo(pri, "play", &au.play); in show_audio_info()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | northamerica | 3025 # During the game, play-by-play announcer Jim Hunter noted that
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 459 06-10-06 port/astconf.c,comp/conf.sh,comp/conf.tab: play nice with getconf(1)
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 17420 play
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 17421 play
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5563 % (except of course we have to play expansion games).
|