Searched refs:snd_pcm_lib_readv (Results 1 – 4 of 4) sorted by relevance
/sound/core/ |
D | pcm_compat.c | 453 err = snd_pcm_lib_readv(substream, bufs, frames); in snd_pcm_ioctl_xfern_compat()
|
D | pcm_lib.c | 2402 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream, in snd_pcm_lib_readv() function 2423 EXPORT_SYMBOL(snd_pcm_lib_readv);
|
D | pcm_native.c | 2967 result = snd_pcm_lib_readv(substream, bufs, xfern.frames); in snd_pcm_capture_ioctl1() 3133 result = snd_pcm_lib_readv(substream, bufs, frames); in snd_pcm_readv()
|
/sound/core/oss/ |
D | pcm_oss.c | 1392 ret = snd_pcm_lib_readv(substream, (void __user **)bufs, frames); in snd_pcm_oss_readv3() 1395 ret = snd_pcm_lib_readv(substream, (void __user **)bufs, frames); in snd_pcm_oss_readv3()
|