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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c1451 static ssize_t snd_pcm_oss_read1(struct snd_pcm_substream *substream, char __user *buf, size_t bytes) function
2645 return snd_pcm_oss_read1(substream, buf, count);
2648 ssize_t res = snd_pcm_oss_read1(substream, buf, count);

Completed in 93 milliseconds