Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_read (Results 1 – 4 of 4) sorted by relevance

/sound/core/
Dpcm_compat.c295 err = snd_pcm_lib_read(substream, compat_ptr(buf), frames); in snd_pcm_ioctl_xferi_compat()
Dpcm_lib.c1900 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream, void __user *buf, snd_pcm_u… in snd_pcm_lib_read() function
1916 EXPORT_SYMBOL(snd_pcm_lib_read);
Dpcm_native.c2659 result = snd_pcm_lib_read(substream, xferi.buf, xferi.frames); in snd_pcm_capture_ioctl1()
2792 result = snd_pcm_lib_read(substream, buf, count); in snd_pcm_read()
/sound/core/oss/
Dpcm_oss.c1217 ret = snd_pcm_lib_read(substream, (void __user *)ptr, frames); in snd_pcm_oss_read3()
1220 ret = snd_pcm_lib_read(substream, (void __user *)ptr, frames); in snd_pcm_oss_read3()