milan-avb: msrp/acmp: talker failed can be handled now

This commit is contained in:
hackerman-kl 2026-04-12 13:14:58 +02:00 committed by Wim Taymans
parent f5e97f0f6b
commit 5b06b5457a
6 changed files with 88 additions and 60 deletions

View file

@ -113,4 +113,7 @@ int handle_evt_tk_registered(struct avb_acmp *avb_acmp,
int handle_evt_tk_unregistered(struct avb_acmp *avb_acmp,
struct avb_msrp_attribute *msrp_attr, uint64_t now);
int handle_evt_tk_registration_failed(struct avb_acmp *avb_acmp,
struct avb_msrp_attribute *msrp_attr, uint64_t now);
#endif /* AVB_ACMP_H */