Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_VOLUME (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h747 #define SOUND_MIXER_VOLUME 0 macro
819 #define SOUND_MASK_VOLUME (1 << SOUND_MIXER_VOLUME)
851 #define SOUND_MIXER_READ_VOLUME MIXER_READ(SOUND_MIXER_VOLUME)
881 #define SOUND_MIXER_WRITE_VOLUME MIXER_WRITE(SOUND_MIXER_VOLUME)
/external/python/cpython2/Doc/library/
Dossaudiodev.rst370 For most purposes, the :const:`SOUND_MIXER_VOLUME` (master volume) and
373 Ultrasound, for example, :const:`SOUND_MIXER_VOLUME` does not exist.
/external/python/cpython3/Doc/library/
Dossaudiodev.rst389 For most purposes, the :const:`SOUND_MIXER_VOLUME` (master volume) and
392 Ultrasound, for example, :const:`SOUND_MIXER_VOLUME` does not exist.
/external/python/cpython2/Modules/
Dossaudiodev.c998 _EXPORT_INT(m, SOUND_MIXER_VOLUME); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1171 _EXPORT_INT(m, SOUND_MIXER_VOLUME); in PyInit_ossaudiodev()