Home
last modified time | relevance | path

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

/linux/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);
557 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
H A Dpcm_native.c1156 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
1157 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
1176 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
1178 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
1183 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
H A Dpcm_lib.c1782 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h454 struct snd_pcm_channel_info { struct
691 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h454 struct snd_pcm_channel_info { struct
691 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/linux/sound/pci/rme9652/
H A Drme9652.c1995 struct snd_pcm_channel_info *info) in snd_rme9652_channel_info()
2024 struct snd_pcm_channel_info *info = arg; in snd_rme9652_ioctl()
H A Dhdspm.c5682 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5740 struct snd_pcm_channel_info *info = arg; in snd_hdspm_ioctl()
H A Dhdsp.c4118 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
/linux/sound/pci/korg1212/
H A Dkorg1212.c1474 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()