milan-avb: msrp: add debug msrp_talker back

This commit is contained in:
hackerman-kl 2026-04-26 08:32:17 +02:00 committed by Wim Taymans
parent ce42b7c1da
commit 4d33f57325

View file

@ -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) {