Home
last modified time | relevance | path

Searched refs:MIXER_WRITE (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1607 #define MIXER_WRITE(dev) __SIOWR('M', dev, int) macro
1608 #define SOUND_MIXER_WRITE_VOLUME MIXER_WRITE(SOUND_MIXER_VOLUME)
1609 #define SOUND_MIXER_WRITE_BASS MIXER_WRITE(SOUND_MIXER_BASS)
1610 #define SOUND_MIXER_WRITE_TREBLE MIXER_WRITE(SOUND_MIXER_TREBLE)
1611 #define SOUND_MIXER_WRITE_SYNTH MIXER_WRITE(SOUND_MIXER_SYNTH)
1612 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
1613 #define SOUND_MIXER_WRITE_SPEAKER MIXER_WRITE(SOUND_MIXER_SPEAKER)
1614 #define SOUND_MIXER_WRITE_LINE MIXER_WRITE(SOUND_MIXER_LINE)
1615 #define SOUND_MIXER_WRITE_MIC MIXER_WRITE(SOUND_MIXER_MIC)
1616 #define SOUND_MIXER_WRITE_CD MIXER_WRITE(SOUND_MIXER_CD)
[all …]
/third_party/toybox/toys/other/
Dmix.c62 xioctl(fd, MIXER_WRITE(channel), &level); in mix_main()
/third_party/python/Modules/
Dossaudiodev.c835 if (ioctl(self->fd, MIXER_WRITE(channel), &volume) == -1) in oss_mixer_set()