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.h1057 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS
1058 # undef SNDRV_PCM_IOCTL_SW_PARAMS
1059 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
Dioctl_redefs1.h1261 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS
1262 # undef SNDRV_PCM_IOCTL_SW_PARAMS
1263 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
/external/kernel-headers/original/uapi/sound/
Dasound.h567 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/external/tinyalsa/
Dpcm.c1006 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()