Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_HW_PARAMS (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Du_uac1.c127 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, params); in playback_default_hw_params()
/linux-4.4.14/include/uapi/sound/
Dasound.h560 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c990 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, sparams)) < 0) { in snd_pcm_oss_change_params()
/linux-4.4.14/sound/core/
Dpcm_native.c2764 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_common_ioctl1()