mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: tweak xrun recovery
Don't try to resync right after a xrun. Init the dll after reslaving.
This commit is contained in:
parent
2e3608a34f
commit
f5b9862a89
2 changed files with 8 additions and 2 deletions
|
|
@ -133,6 +133,7 @@ struct state {
|
|||
uint64_t last_position;
|
||||
unsigned int alsa_started:1;
|
||||
unsigned int alsa_sync:1;
|
||||
unsigned int alsa_recovering:1;
|
||||
unsigned int slaved:1;
|
||||
|
||||
int64_t sample_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue