Searched refs:snd_pcm_lib_read (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c293 err = snd_pcm_lib_read(substream, compat_ptr(buf), frames);
H A Dpcm_lib.c2123 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream, void __user *buf, snd_pcm_uframes_t size) function
2139 EXPORT_SYMBOL(snd_pcm_lib_read); variable
H A Dpcm_native.c2663 result = snd_pcm_lib_read(substream, xferi.buf, xferi.frames);
2794 result = snd_pcm_lib_read(substream, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h852 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c1224 ret = snd_pcm_lib_read(substream, (void __user *)ptr, frames);
1227 ret = snd_pcm_lib_read(substream, (void __user *)ptr, frames);

Completed in 57 milliseconds