Searched refs:snd_pcm_lib_read (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/core/ |
D | pcm_compat.c | 393 err = snd_pcm_lib_read(substream, compat_ptr(buf), frames); in snd_pcm_ioctl_xferi_compat()
|
D | pcm_lib.c | 2340 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 2356 EXPORT_SYMBOL(snd_pcm_lib_read);
|
D | pcm_native.c | 2922 result = snd_pcm_lib_read(substream, xferi.buf, xferi.frames); in snd_pcm_capture_ioctl1() 3053 result = snd_pcm_lib_read(substream, buf, count); in snd_pcm_read()
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 1075 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream,
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 1239 ret = snd_pcm_lib_read(substream, (void __force __user *)ptr, frames); in snd_pcm_oss_read3() 1242 ret = snd_pcm_lib_read(substream, (void __force __user *)ptr, frames); in snd_pcm_oss_read3()
|