Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dhda-codec.c198 static inline void hda_timer_sync_adjust(HDAAudioStream *st, int64_t target_pos) in hda_timer_sync_adjust() argument
203 if (target_pos > limit) { in hda_timer_sync_adjust()
206 if (target_pos < -limit) { in hda_timer_sync_adjust()
209 if (target_pos < -(2 * limit)) { in hda_timer_sync_adjust()
216 trace_hda_audio_adjust(st->node->name, target_pos); in hda_timer_sync_adjust()