milan-avb: rework mrp join/begin:

* join/begin mrp protocol for attributes of mvrp and msrp within stream_activate.
 * Creation of the attribute done on stream creation during es_buidler
This commit is contained in:
hackerman-kl 2026-03-15 10:22:48 +01:00 committed by Wim Taymans
parent 0309d598a1
commit 2746898e9a
12 changed files with 199 additions and 121 deletions

View file

@ -34,8 +34,8 @@ struct avb_mvrp_attribute {
} attr;
};
struct avb_mvrp_attribute *avb_mvrp_attribute_new(struct avb_mvrp *mvrp,
uint8_t type);
int avb_mvrp_attribute_new(struct avb_mvrp *mvrp,
struct avb_mvrp_attribute *attr, uint8_t type);
struct avb_mvrp *avb_mvrp_register(struct server *server);