Searched refs:mixer (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man7i/
H A DMakefile31 mixer.7i \
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c132 * 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 Daudiohd.c3132 * 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...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c26 * Sun audio(7I) and mixer(7I) personality.
30 * legacy Sun mixer code, and to the best of our knowledge are not
87 #include <sys/mixer.h>
299 /* pretend we don't have a software mixer - we don't support the API */
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile388 mixer.h \
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c72 #include <sys/mixer.h>

Completed in 61 milliseconds