From 4d33f5732583885406c04a6eea0638e0becd719c Mon Sep 17 00:00:00 2001 From: hackerman-kl Date: Sun, 26 Apr 2026 08:32:17 +0200 Subject: [PATCH] milan-avb: msrp: add debug msrp_talker back --- src/modules/module-avb/msrp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/module-avb/msrp.c b/src/modules/module-avb/msrp.c index 08ca60e5a..9941256ca 100644 --- a/src/modules/module-avb/msrp.c +++ b/src/modules/module-avb/msrp.c @@ -113,6 +113,9 @@ static int process_talker(struct msrp *msrp, uint64_t now, uint8_t attr_type, { const struct avb_packet_msrp_talker *t = m; struct attr *a; + + debug_msrp_talker(t); + spa_list_for_each(a, &msrp->attributes, link) { if (a->attr->type == attr_type && a->attr->attr.talker.stream_id == t->stream_id) {