Searched refs:SNDRV_PCM_IOCTL_HW_REFINE (Results 1 – 4 of 4) sorted by relevance
945 #ifdef SNDRV_PCM_IOCTL_HW_REFINE946 # undef SNDRV_PCM_IOCTL_HW_REFINE947 # define SNDRV_PCM_IOCTL_HW_REFINE 0xc25c4110 macro
1153 #ifdef SNDRV_PCM_IOCTL_HW_REFINE1154 # undef SNDRV_PCM_IOCTL_HW_REFINE1155 # define SNDRV_PCM_IOCTL_HW_REFINE 0xc25c4110 macro
579 #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()