avb: implement maap

Implement the maap state machine.
Use maap for the destination address of talker streams.
This commit is contained in:
Wim Taymans 2022-04-06 12:58:47 +02:00
parent e0d6b2bb4f
commit f043922b24
10 changed files with 247 additions and 19 deletions

View file

@ -95,6 +95,7 @@ struct server {
struct avb_mmrp *mmrp;
struct avb_mvrp *mvrp;
struct avb_msrp *msrp;
struct avb_maap *maap;
struct avb_msrp_attribute *domain_attr;
};