Home
last modified time | relevance | path

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

/openbmc/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);
568 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
H A Dpcm_native.c1142 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
1143 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
1164 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
1166 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
1171 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
H A Dpcm_lib.c1729 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h450 struct snd_pcm_channel_info { struct
687 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/openbmc/linux/include/uapi/sound/
H A Dasound.h450 struct snd_pcm_channel_info { struct
687 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/openbmc/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.c5684 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5742 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()
/openbmc/linux/sound/pci/korg1212/
H A Dkorg1212.c1472 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()