Home
last modified time | relevance | path

Searched refs:snd_pcm_channel_info (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c131 struct snd_pcm_channel_info info; in snd_pcm_ioctl_channel_info_compat()
139 err = snd_pcm_channel_info(substream, &info); in snd_pcm_ioctl_channel_info_compat()
153 struct snd_pcm_channel_info __user *src);
558 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
H A Dpcm_native.c1123 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
1124 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
1145 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
1147 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
1152 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
H A Dpcm_lib.c1704 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/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.h433 struct snd_pcm_channel_info { struct
586 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/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.h433 struct snd_pcm_channel_info { struct
586 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h449 struct snd_pcm_channel_info { struct
685 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h449 struct snd_pcm_channel_info { struct
685 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Drme9652.c2047 struct snd_pcm_channel_info *info) in snd_rme9652_channel_info()
2076 struct snd_pcm_channel_info *info = arg; in snd_rme9652_ioctl()
H A Dhdspm.c5691 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5749 struct snd_pcm_channel_info *info = arg; in snd_hdspm_ioctl()
H A Dhdsp.c4071 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
/OK3568_Linux_fs/kernel/sound/pci/korg1212/
H A Dkorg1212.c1481 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()