Hi,
> if (audio_is_timer_needed ()) {
> if (!timer_pending(s->ts)) {
> - timer_mod (s->ts,
> + timer_mod(s->ts,
> qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + conf.period.ticks);
> }
> }whitespace change sneaked in. Otherwise looks sane to me, I don't know much about replay though. cheers, Gerd
