alsa-pcm: Do not log warning when resync was expected

Log as info instead of warning when alsa sync was expected.
This commit is contained in:
Jonas Holmberg 2022-05-11 17:41:56 +02:00
parent 6ad59e0117
commit 64c1b62aa8
2 changed files with 19 additions and 4 deletions

View file

@ -192,6 +192,7 @@ struct state {
uint32_t duration;
unsigned int alsa_started:1;
unsigned int alsa_sync:1;
unsigned int alsa_sync_warning:1;
unsigned int alsa_recovering:1;
unsigned int following:1;
unsigned int matching:1;