alsa-pcm: avoid an expected resync warning

Log resync message as info when reassigning follower.
This commit is contained in:
Jonas Holmberg 2022-12-13 14:47:04 +01:00
parent 480902eb3a
commit 6d6a5e2dbb

View file

@ -2621,6 +2621,8 @@ int spa_alsa_reassign_follower(struct state *state)
else
snd_pcm_pause(state->hndl, 0);
}
state->alsa_sync_warning = false;
return 0;
}