mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: report underrun better
This commit is contained in:
parent
5b4a4922db
commit
4f33a37ac6
2 changed files with 12 additions and 1 deletions
|
|
@ -159,6 +159,8 @@ struct state {
|
|||
int64_t sample_count;
|
||||
int64_t last_ticks;
|
||||
int64_t last_monotonic;
|
||||
|
||||
uint64_t underrun;
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue