Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h751 #define SOUND_MIXER_PCM 4 macro
823 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
855 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
885 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/external/python/cpython2/Doc/library/
Dossaudiodev.rst359 being a specific mixable "channel", such as :const:`SOUND_MIXER_PCM` or
366 if mixer.controls() & (1 << ossaudiodev.SOUND_MIXER_PCM):
371 :const:`SOUND_MIXER_PCM` controls should suffice---but code that uses the mixer
/external/python/cpython2/Modules/
Dossaudiodev.c1002 _EXPORT_INT(m, SOUND_MIXER_PCM); in initossaudiodev()