Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dhda-codec.c201 int64_t corr = 0; in hda_timer_sync_adjust() local
204 corr = HDA_TIMER_TICKS; in hda_timer_sync_adjust()
207 corr = -HDA_TIMER_TICKS; in hda_timer_sync_adjust()
210 corr = -(4 * HDA_TIMER_TICKS); in hda_timer_sync_adjust()
212 if (corr == 0) { in hda_timer_sync_adjust()
217 st->buft_start += corr; in hda_timer_sync_adjust()