Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_SPEAKER (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1455 #define SOUND_MIXER_SPEAKER 5 macro
1545 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER)
1583 #define SOUND_MIXER_READ_SPEAKER MIXER_READ(SOUND_MIXER_SPEAKER)
1613 #define SOUND_MIXER_WRITE_SPEAKER MIXER_WRITE(SOUND_MIXER_SPEAKER)
/third_party/python/Modules/
Dossaudiodev.c1176 _EXPORT_INT(m, SOUND_MIXER_SPEAKER); in PyInit_ossaudiodev()