Home
last modified time | relevance | path

Searched refs:snd_pcm_info (Results 1 – 2 of 2) sorted by relevance

/sound/core/
Dpcm.c107 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
115 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
317 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
329 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
Dpcm_native.c92 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
120 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
122 struct snd_pcm_info *info; in snd_pcm_info_user()
128 err = snd_pcm_info(substream, info); in snd_pcm_info_user()