mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
alsa: handle target better
Rework how we handle the current device fill level and our desired fill level so that we handle it more consistently.
This commit is contained in:
parent
88299ab225
commit
4a4fa57efc
3 changed files with 66 additions and 64 deletions
|
|
@ -103,8 +103,8 @@ struct state {
|
|||
int channels;
|
||||
size_t frame_size;
|
||||
int rate_denom;
|
||||
int delay;
|
||||
int read_size;
|
||||
uint32_t delay;
|
||||
uint32_t read_size;
|
||||
|
||||
uint64_t port_info_all;
|
||||
struct spa_port_info port_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue