Searched refs:SNDRV_PCM_IOCTL_HW_PARAMS (Results 1 – 2 of 2) sorted by relevance
459 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
518 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_HW_PARAMS, ¶ms)) { in pcm_open()