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

/linux-master/sound/core/oss/
H A Dpcm_oss.c577 static long snd_pcm_oss_bytes(struct snd_pcm_substream *substream, long frames) function
2177 return snd_pcm_oss_bytes(substream, delay);
2219 info.ptr = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr % runtime->buffer_size);
2230 info.bytes = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr) & INT_MAX;
2232 delay = snd_pcm_oss_bytes(substream, delay);
2299 info.bytes = snd_pcm_oss_bytes(substream, avail) + fixup;

Completed in 129 milliseconds