Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Ddsoundaudio.c449 return audio_ring_dist(ppos, hw->pos_emul, hw->size_emul); in dsound_buffer_get_free()
559 req_size = audio_ring_dist(rpos, hw->pos_emul, hw->size_emul); in dsound_get_buffer_in()
H A Daudio_int.h266 static inline size_t audio_ring_dist(size_t dst, size_t src, size_t len) in audio_ring_dist() function
H A Dossaudio.c381 return audio_ring_dist(cntinfo.ptr, oss->hw.pos_emul, oss->hw.size_emul); in oss_get_available_bytes()