alsa: cleanups

Avoid getting the clock time just for debug.
Improve time at startup.
This commit is contained in:
Wim Taymans 2019-09-19 16:55:02 +02:00
parent d3c7acb137
commit ab0d1b7fad
4 changed files with 34 additions and 28 deletions

View file

@ -135,10 +135,10 @@ struct state {
unsigned int alsa_sync:1;
unsigned int slaved:1;
snd_htimestamp_t now;
int64_t sample_count;
int64_t sample_time;
uint64_t current_time;
uint64_t next_time;
uint64_t base_time;