Home
last modified time | relevance | path

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

/external/strace/
Dioctl_redefs2.h969 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS
970 # undef SNDRV_PCM_IOCTL_SW_PARAMS
971 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
Dioctl_redefs1.h1177 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS
1178 # undef SNDRV_PCM_IOCTL_SW_PARAMS
1179 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
/external/kernel-headers/original/uapi/sound/
Dasound.h582 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/external/tinyalsa/
Dpcm.c1009 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()