Home
last modified time | relevance | path

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

/sound/core/
Dpcm.c114 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
122 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
344 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
354 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
Dpcm_native.c198 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
222 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
224 struct snd_pcm_info *info; in snd_pcm_info_user()
230 err = snd_pcm_info(substream, info); in snd_pcm_info_user()