mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-01 06:46:47 -04:00
milan-avb: msrp: add debug msrp_talker back
This commit is contained in:
parent
ce42b7c1da
commit
4d33f57325
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
const struct avb_packet_msrp_talker *t = m;
|
||||||
struct attr *a;
|
struct attr *a;
|
||||||
|
|
||||||
|
debug_msrp_talker(t);
|
||||||
|
|
||||||
spa_list_for_each(a, &msrp->attributes, link) {
|
spa_list_for_each(a, &msrp->attributes, link) {
|
||||||
if (a->attr->type == attr_type &&
|
if (a->attr->type == attr_type &&
|
||||||
a->attr->attr.talker.stream_id == t->stream_id) {
|
a->attr->attr.talker.stream_id == t->stream_id) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue