Searched refs:snd_pcm_info (Results 1 – 4 of 4) sorted by relevance
289 struct snd_pcm_info { struct462 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)866 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
488 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);490 struct snd_pcm_info __user *info);
107 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()115 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()325 struct snd_pcm_info *info; in snd_pcm_proc_info_read()337 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
95 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function123 struct snd_pcm_info __user * _info) in snd_pcm_info_user()125 struct snd_pcm_info *info; in snd_pcm_info_user()131 err = snd_pcm_info(substream, info); in snd_pcm_info_user()