Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_uac1_legacy.c128 snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_HW_PARAMS, params); in playback_default_hw_params()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h578 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h578 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h675 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h675 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params) macro
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c672 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_HW_PARAMS, &params)) { in pcm_open()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c3285 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_common_ioctl()
3400 case SNDRV_PCM_IOCTL_HW_PARAMS: in snd_pcm_kernel_ioctl()
/OK3568_Linux_fs/kernel/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()