Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_compat.c167 struct snd_pcm_channel_info info; in snd_pcm_ioctl_channel_info_compat()
175 err = snd_pcm_channel_info(substream, &info); in snd_pcm_ioctl_channel_info_compat()
189 struct snd_pcm_channel_info __user *src);
651 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
Dpcm_native.c815 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
816 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
837 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
839 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
844 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
Dpcm_lib.c1778 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/linux-4.1.27/include/uapi/sound/
Dasound.h414 struct snd_pcm_channel_info { struct
566 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/linux-4.1.27/sound/pci/rme9652/
Drme9652.c2031 struct snd_pcm_channel_info *info) in snd_rme9652_channel_info()
2059 struct snd_pcm_channel_info *info = arg; in snd_rme9652_ioctl()
Dhdspm.c5692 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5747 struct snd_pcm_channel_info *info = arg; in snd_hdspm_ioctl()
Dhdsp.c4064 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c1478 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()