Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1454 #define SOUND_MIXER_PCM 4 macro
1544 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
1582 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
1612 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/third_party/python/Doc/library/
Dossaudiodev.rst378 being a specific mixable "channel", such as :const:`SOUND_MIXER_PCM` or
385 if mixer.controls() & (1 << ossaudiodev.SOUND_MIXER_PCM):
390 :const:`SOUND_MIXER_PCM` controls should suffice---but code that uses the mixer
/third_party/python/Modules/
Dossaudiodev.c1175 _EXPORT_INT(m, SOUND_MIXER_PCM); in PyInit_ossaudiodev()