Home
last modified time | relevance | path

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

/sound/core/
Dpcm_compat.c453 err = snd_pcm_lib_readv(substream, bufs, frames); in snd_pcm_ioctl_xfern_compat()
Dpcm_lib.c2402 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);
Dpcm_native.c2967 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/
Dpcm_oss.c1392 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()