Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_SW_PARAMS (Results 1 – 7 of 7) 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/tinyalsa_new/src/
Dpcm_plugin.c646 case SNDRV_PCM_IOCTL_SW_PARAMS: in pcm_plug_ioctl()
Dpcm.c535 if (pcm->ops->ioctl(pcm->data, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_set_config()
/external/tinyalsa/
Dpcm_plugin.c645 case SNDRV_PCM_IOCTL_SW_PARAMS: in pcm_plug_ioctl()
Dpcm.c1037 if (pcm->ops->ioctl(pcm->data, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()
/external/kernel-headers/original/uapi/sound/
Dasound.h677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro