Searched refs:SNDRV_PCM_IOCTL_SW_PARAMS (Results 1 – 4 of 4) sorted by relevance
1057 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS1058 # undef SNDRV_PCM_IOCTL_SW_PARAMS1059 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
1261 #ifdef SNDRV_PCM_IOCTL_SW_PARAMS1262 # undef SNDRV_PCM_IOCTL_SW_PARAMS1263 # define SNDRV_PCM_IOCTL_SW_PARAMS 0xc0684113 macro
567 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
1006 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()