mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-01 01:40:29 -05:00
alsa: report extra latency for FireWire drivers
Based on testing, ALSA FireWire drivers introduce additional latency determined by the buffer size. Report that latency. Pass device.bus to the node, so it can recognize firewire.
This commit is contained in:
parent
916896c1cc
commit
bf783ab08f
3 changed files with 14 additions and 2 deletions
|
|
@ -154,6 +154,7 @@ struct state {
|
|||
unsigned int disable_batch:1;
|
||||
unsigned int disable_tsched:1;
|
||||
unsigned int is_split_parent:1;
|
||||
unsigned int is_firewire:1;
|
||||
char clock_name[64];
|
||||
uint32_t quantum_limit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue