mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
module-avb: es_builder: re-enable the msrp on interface (domain) and mvrp
This commit is contained in:
parent
2013ded3cb
commit
4cabb5842c
1 changed files with 5 additions and 7 deletions
|
|
@ -136,16 +136,14 @@ static struct descriptor *es_buidler_desc_avb_interface(struct server *server,
|
|||
|
||||
if_ptr = desc->ptr;
|
||||
|
||||
#if 0
|
||||
avb_msrp_attribute_new(server->msrp, &if_ptr->domain_attr,
|
||||
AVB_MSRP_ATTRIBUTE_TYPE_DOMAIN);
|
||||
if_ptr->domain_attr->attr.domain.sr_class_id = AVB_MSRP_CLASS_ID_DEFAULT;
|
||||
if_ptr->domain_attr->attr.domain.sr_class_priority = AVB_MSRP_PRIORITY_DEFAULT;
|
||||
if_ptr->domain_attr->attr.domain.sr_class_vid = htons(AVB_DEFAULT_VLAN);
|
||||
if_ptr->domain_attr.attr.domain.sr_class_id = AVB_MSRP_CLASS_ID_DEFAULT;
|
||||
if_ptr->domain_attr.attr.domain.sr_class_priority = AVB_MSRP_PRIORITY_DEFAULT;
|
||||
if_ptr->domain_attr.attr.domain.sr_class_vid = htons(AVB_DEFAULT_VLAN);
|
||||
|
||||
avb_mrp_attribute_begin(if_ptr->domain_attr->mrp, 0);
|
||||
avb_mrp_attribute_join(if_ptr->domain_attr->mrp, 0, true);
|
||||
#endif
|
||||
avb_mrp_attribute_begin(if_ptr->domain_attr.mrp, 0);
|
||||
avb_mrp_attribute_join(if_ptr->domain_attr.mrp, 0, true);
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue