Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_compat.c158 struct snd_pcm_channel_info info; in snd_pcm_ioctl_channel_info_compat()
166 err = snd_pcm_channel_info(substream, &info); in snd_pcm_ioctl_channel_info_compat()
180 struct snd_pcm_channel_info __user *src);
645 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
Dpcm_native.c988 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
989 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
1010 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
1012 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
1017 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
Dpcm_lib.c1707 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h435 struct snd_pcm_channel_info { struct
588 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/Linux-v4.19/include/uapi/sound/
Dasound.h435 struct snd_pcm_channel_info { struct
588 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/Linux-v4.19/sound/pci/rme9652/
Drme9652.c2067 struct snd_pcm_channel_info *info) in snd_rme9652_channel_info()
2096 struct snd_pcm_channel_info *info = arg; in snd_rme9652_ioctl()
Dhdspm.c5699 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5757 struct snd_pcm_channel_info *info = arg; in snd_hdspm_ioctl()
Dhdsp.c4092 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
/Linux-v4.19/sound/pci/korg1212/
Dkorg1212.c1495 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()