Searched refs:SOUND_MIXER_PCM (Results 1 – 3 of 3) sorted by relevance
1454 #define SOUND_MIXER_PCM 4 macro1544 #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)
378 being a specific mixable "channel", such as :const:`SOUND_MIXER_PCM` or385 if mixer.controls() & (1 << ossaudiodev.SOUND_MIXER_PCM):390 :const:`SOUND_MIXER_PCM` controls should suffice---but code that uses the mixer
1175 _EXPORT_INT(m, SOUND_MIXER_PCM); in PyInit_ossaudiodev()