Searched refs:snd_pcm_oss_bytes (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.c602 static long snd_pcm_oss_bytes(struct snd_pcm_substream *substream, long frames) function
2061 return snd_pcm_oss_bytes(substream, delay);
2102 info.ptr = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr % runtime->buffer_size);
2113 info.bytes = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr) & INT_MAX;
2115 delay = snd_pcm_oss_bytes(substream, delay);
2180 info.bytes = snd_pcm_oss_bytes(substream, avail) + fixup;

Completed in 37 milliseconds