Searched refs:snd_pcm_channel_info (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_compat.c | 131 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 D | pcm_native.c | 1142 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 D | pcm_lib.c | 1729 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
|
/openbmc/linux/tools/include/uapi/sound/ |
H A D | asound.h | 450 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 D | asound.h | 450 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 D | rme9652.c | 1995 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 D | hdspm.c | 5684 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 D | hdsp.c | 4118 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 1472 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()
|