Home
last modified time | relevance | path

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

/sound/core/
Dpcm.c103 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
111 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
334 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
344 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
Dpcm_native.c190 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
212 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
214 struct snd_pcm_info *info; in snd_pcm_info_user()
220 err = snd_pcm_info(substream, info); in snd_pcm_info_user()