Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c585 static long snd_pcm_oss_bytes(struct snd_pcm_substream *substream, long frames) in snd_pcm_oss_bytes() function
2172 return snd_pcm_oss_bytes(substream, delay); in snd_pcm_oss_get_odelay()
2213 info.ptr = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr % runtime->buffer_size); in snd_pcm_oss_get_ptr()
2224 info.bytes = snd_pcm_oss_bytes(substream, runtime->status->hw_ptr) & INT_MAX; in snd_pcm_oss_get_ptr()
2226 delay = snd_pcm_oss_bytes(substream, delay); in snd_pcm_oss_get_ptr()
2291 info.bytes = snd_pcm_oss_bytes(substream, avail) + fixup; in snd_pcm_oss_get_space()