Home
last modified time | relevance | path

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

/linux/Documentation/sound/designs/
H A 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/drivers/usb/gadget/function/
H A Du_uac1_legacy.c124 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, params); in playback_default_hw_params()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h681 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h681 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/linux/sound/core/
H A Dpcm_native.c3325 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_common_ioctl()
3445 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_kernel_ioctl()
/linux/sound/core/oss/
H A Dpcm_oss.c965 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, sparams); in snd_pcm_oss_change_params_locked()