alsa: handle quantum changes

This commit is contained in:
Wim Taymans 2019-04-25 16:15:52 +02:00
parent 9ec3e3ab6d
commit 317fd9fac5
2 changed files with 19 additions and 10 deletions

View file

@ -124,6 +124,7 @@ struct state {
struct spa_source source;
int timerfd;
uint32_t threshold;
uint32_t last_threshold;
unsigned int alsa_started:1;
unsigned int alsa_sync:1;
unsigned int slaved:1;