mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
alsa: cleanups
Avoid getting the clock time just for debug. Improve time at startup.
This commit is contained in:
parent
d3c7acb137
commit
ab0d1b7fad
4 changed files with 34 additions and 28 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue