Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dpcm_compat.c144 struct snd_pcm_channel_info info; in snd_pcm_ioctl_channel_info_compat()
152 err = snd_pcm_channel_info(substream, &info); in snd_pcm_ioctl_channel_info_compat()
166 struct snd_pcm_channel_info __user *src);
631 SNDRV_PCM_IOCTL_CHANNEL_INFO_X32 = _IOR('A', 0x32, struct snd_pcm_channel_info),
Dpcm_native.c942 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function
943 struct snd_pcm_channel_info * info) in snd_pcm_channel_info()
964 struct snd_pcm_channel_info __user * _info) in snd_pcm_channel_info_user()
966 struct snd_pcm_channel_info info; in snd_pcm_channel_info_user()
971 res = snd_pcm_channel_info(substream, &info); in snd_pcm_channel_info_user()
Dpcm_lib.c1692 struct snd_pcm_channel_info *info = arg; in snd_pcm_lib_ioctl_channel_info()
/Linux-v5.4/tools/include/uapi/sound/
Dasound.h436 struct snd_pcm_channel_info { struct
589 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/Linux-v5.4/include/uapi/sound/
Dasound.h436 struct snd_pcm_channel_info { struct
589 #define SNDRV_PCM_IOCTL_CHANNEL_INFO _IOR('A', 0x32, struct snd_pcm_channel_info)
/Linux-v5.4/sound/pci/rme9652/
Drme9652.c2051 struct snd_pcm_channel_info *info) in snd_rme9652_channel_info()
2080 struct snd_pcm_channel_info *info = arg; in snd_rme9652_ioctl()
Dhdspm.c5687 struct snd_pcm_channel_info *info) in snd_hdspm_channel_info()
5745 struct snd_pcm_channel_info *info = arg; in snd_hdspm_ioctl()
Dhdsp.c4076 struct snd_pcm_channel_info *info) in snd_hdsp_channel_info()
/Linux-v5.4/sound/pci/korg1212/
Dkorg1212.c1481 struct snd_pcm_channel_info *info = arg; in snd_korg1212_ioctl()