Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h584 #define SNDCTL_DSP_GETCAPS _SIOR ('P',15, int) macro
683 #define SOUND_PCM_GETCAPS SNDCTL_DSP_GETCAPS
/external/python/cpython2/Modules/
Dossaudiodev.c1057 _EXPORT_INT(m, SNDCTL_DSP_GETCAPS); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1233 _EXPORT_INT(m, SNDCTL_DSP_GETCAPS); in PyInit_ossaudiodev()