Home
last modified time | relevance | path

Searched refs:snd_pcm_sw_params (Results 1 – 9 of 9) 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.h417 struct snd_pcm_sw_params { struct
580 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
/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.h417 struct snd_pcm_sw_params { struct
580 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c89 struct snd_pcm_sw_params params; in snd_pcm_ioctl_sw_params_compat()
113 err = snd_pcm_sw_params(substream, &params); in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c894 static int snd_pcm_sw_params(struct snd_pcm_substream *substream, in snd_pcm_sw_params() function
895 struct snd_pcm_sw_params *params) in snd_pcm_sw_params()
950 struct snd_pcm_sw_params __user * _params) in snd_pcm_sw_params_user()
952 struct snd_pcm_sw_params params; in snd_pcm_sw_params_user()
956 err = snd_pcm_sw_params(substream, &params); in snd_pcm_sw_params_user()
3403 return snd_pcm_sw_params(substream, arg); in snd_pcm_kernel_ioctl()
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h433 struct snd_pcm_sw_params { struct
677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h433 struct snd_pcm_sw_params { struct
677 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c614 struct snd_pcm_sw_params sparams; in pcm_open()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c1460 if ((err = snd_pcm_sw_params(pcm, params)) != 0) { in hfp_set_sw_params()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c850 struct snd_pcm_sw_params *sw_params; in snd_pcm_oss_change_params_locked()