Searched defs:mixer (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/audio/audioctl/ |
H A D | audioctl.c | 132 * mixer and control accounting 142 oss_mixerinfo mixer; member in struct:device 224 d->mixer.dev = -1; 255 * caller fills in d->mixer.devnode; func fills in the rest 264 if ((fd = open(d->mixer.devnode, O_RDWR)) < 0) { 319 if ((fd = open("/dev/mixer", O_RDWR)) < 0) { 321 warn(_("Error opening mixer\n")); 336 d->mixer.dev = i; 338 if (ioctl(fd, SNDCTL_MIXERINFO, &d->mixer) != 0) { 342 d->card.card = d->mixer [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.c | 3132 * int mixer whether the path need mixer or not 3133 * int *mixernum the total of mixer in the output path 3145 int mixer, int *mixernum, 3172 /* We need mixer widget, but the the mixer num is 0, failed */ 3173 if (mixer && !*mixernum) 3187 mixer, mixernum, 3216 * int mixer whether the path needs mixer widge 3144 audiohd_find_dac(hda_codec_t *codec, wid_t wid, int mixer, int *mixernum, int exclusive, int depth) argument 3222 audiohd_do_build_output_path(hda_codec_t *codec, int mixer, int *mnum, int exclusive, int depth) argument 4108 audiohd_find_inpin_for_monitor(hda_codec_t *codec, wid_t id, int mixer) argument [all...] |
Completed in 53 milliseconds