Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/sound/designs/
Dtracepoints.rst40 or SNDRV_PCM_IOCTL_HW_PARAMS. The former is used just for refining available
77 SNDRV_PCM_IOCTL_HW_PARAMS, this mask is ignored and all of parameters
87 of parameters and execute ioctl(2) with SNDRV_PCM_IOCTL_HW_PARAMS to
/Linux-v4.19/drivers/usb/gadget/function/
Du_uac1_legacy.c124 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, params); in playback_default_hw_params()
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h580 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/Linux-v4.19/include/uapi/sound/
Dasound.h580 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/Linux-v4.19/sound/core/
Dpcm_native.c2872 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_common_ioctl()
2983 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_kernel_ioctl()
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c993 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, sparams)) < 0) { in snd_pcm_oss_change_params_locked()