Searched refs:SNDRV_PCM_IOCTL_SW_PARAMS (Results 1 – 4 of 4) sorted by relevance
969 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS970 # undef SNDRV_PCM_IOCTL_SW_PARAMS971 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
1177 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS1178 # undef SNDRV_PCM_IOCTL_SW_PARAMS1179 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
582 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
1009 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()