mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
milan-avb: a SRP domain may be defined per interface, make it possiblie ot have multiple avb domain per interface
This commit is contained in:
parent
4856f85de2
commit
42925490bd
3 changed files with 46 additions and 14 deletions
|
|
@ -79,6 +79,12 @@ struct aecp_aem_lock_state {
|
|||
bool is_locked;
|
||||
};
|
||||
|
||||
struct aecp_aem_avb_interface_state {
|
||||
struct avb_aem_desc_avb_interface desc;
|
||||
struct avb_msrp_attribute *domain_attr;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* \brief the generic entity state common for all flavor of AVB
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue