Searched refs:SNDRV_PCM_IOCTL_HW_PARAMS (Results 1 – 4 of 4) sorted by relevance
941 #ifdef SNDRV_PCM_IOCTL_HW_PARAMS942 # undef SNDRV_PCM_IOCTL_HW_PARAMS943 # define SNDRV_PCM_IOCTL_HW_PARAMS 0xc25c4111 macro
1149 #ifdef SNDRV_PCM_IOCTL_HW_PARAMS1150 # undef SNDRV_PCM_IOCTL_HW_PARAMS1151 # define SNDRV_PCM_IOCTL_HW_PARAMS 0xc25c4111 macro
581 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
948 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_HW_PARAMS, ¶ms)) { in pcm_open()