Searched refs:snd_pcm_info (Results 1 – 4 of 4) sorted by relevance
102 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl() 109 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl() 334 struct snd_pcm_info *info __free(kfree) = in snd_pcm_proc_info_read() 339 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
221 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function243 struct snd_pcm_info __user * _info) in snd_pcm_info_user()246 struct snd_pcm_info *info __free(kfree) = in snd_pcm_info_user()251 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
339 struct snd_pcm_info { struct676 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)1217 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)