mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
alsa: pass current_time around in get_status()
Pass the current time around in various functions. Make a higher precission htimestamp based get_delay() function. Seems to work fine for playback but not for capturee.
This commit is contained in:
parent
3cba294b65
commit
f636603844
2 changed files with 73 additions and 30 deletions
|
|
@ -210,7 +210,6 @@ struct state {
|
|||
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