Home
last modified time | relevance | path

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

/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.h580 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_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.h580 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params) macro
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c734 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) { in pcm_open()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c3289 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_common_ioctl()
3402 case SNDRV_PCM_IOCTL_SW_PARAMS: in snd_pcm_kernel_ioctl()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c1032 if ((err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_SW_PARAMS, sw_params)) < 0) { in snd_pcm_oss_change_params_locked()