alsa: tweak xrun recovery

Don't try to resync right after a xrun.
Init the dll after reslaving.
This commit is contained in:
Wim Taymans 2019-10-18 22:53:02 +02:00
parent 2e3608a34f
commit f5b9862a89
2 changed files with 8 additions and 2 deletions

View file

@ -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;