Searched refs:snd_pcm_info (Results 1 – 4 of 4) sorted by relevance
308 struct snd_pcm_info { struct554 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)963 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
112 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()120 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()339 struct snd_pcm_info *info; in snd_pcm_proc_info_read()349 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
197 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function225 struct snd_pcm_info __user * _info) in snd_pcm_info_user()227 struct snd_pcm_info *info; in snd_pcm_info_user()233 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
570 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);572 struct snd_pcm_info __user *info);