Searched refs:SNDRV_PCM_IOCTL_HW_REFINE (Results 1 – 4 of 4) sorted by relevance
1033 #ifdef SNDRV_PCM_IOCTL_HW_REFINE1034 # undef SNDRV_PCM_IOCTL_HW_REFINE1035 # define SNDRV_PCM_IOCTL_HW_REFINE 0xc25c4110 macro
1237 #ifdef SNDRV_PCM_IOCTL_HW_REFINE1238 # undef SNDRV_PCM_IOCTL_HW_REFINE1239 # define SNDRV_PCM_IOCTL_HW_REFINE 0xc25c4110 macro
564 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params) macro
615 if (ioctl(fd, SNDRV_PCM_IOCTL_HW_REFINE, params)) { in pcm_params_get()