mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05: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
|
else
|
||||||
snd_pcm_pause(state->hndl, 0);
|
snd_pcm_pause(state->hndl, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
state->alsa_sync_warning = false;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue