Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_MAPINBUF (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dioctl_redefs2.h973 #ifdef SNDCTL_DSP_MAPINBUF
974 # undef SNDCTL_DSP_MAPINBUF
975 # define SNDCTL_DSP_MAPINBUF 0x80085013 macro
Dioctl_redefs1.h1169 #ifdef SNDCTL_DSP_MAPINBUF
1170 # undef SNDCTL_DSP_MAPINBUF
1171 # define SNDCTL_DSP_MAPINBUF 0x80085013 macro
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h619 #define SNDCTL_DSP_MAPINBUF _SIOR ('P', 19, buffmem_desc) macro
689 #define SOUND_PCM_MAPINBUF SNDCTL_DSP_MAPINBUF
/external/python/cpython2/Modules/
Dossaudiodev.c1073 _EXPORT_INT(m, SNDCTL_DSP_MAPINBUF); in initossaudiodev()