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:
hackerman-kl 2026-03-15 08:48:49 +01:00 committed by Wim Taymans
parent 4856f85de2
commit 42925490bd
3 changed files with 46 additions and 14 deletions

View file

@ -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
*/