Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h677 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h677 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/openbmc/linux/sound/core/
H A Dpcm_native.c3323 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_common_ioctl()
3443 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_kernel_ioctl()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c976 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, sparams); in snd_pcm_oss_change_params_locked()