mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: resync when quantum changes
This commit is contained in:
parent
798228a906
commit
56c03c11f8
1 changed files with 1 additions and 0 deletions
|
|
@ -1774,6 +1774,7 @@ static int update_time(struct state *state, uint64_t current_time, snd_pcm_sfram
|
|||
spa_log_trace(state->log, "%p: follower:%d quantum change %d -> %d (%d) %f",
|
||||
state, follower, state->last_threshold, state->threshold, diff, err);
|
||||
state->last_threshold = state->threshold;
|
||||
state->alsa_sync = true;
|
||||
}
|
||||
if (err > state->max_error) {
|
||||
err = state->max_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue