mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa-pcm: avoid an expected resync warning
Log resync message as info when reassigning follower.
This commit is contained in:
parent
480902eb3a
commit
6d6a5e2dbb
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue