mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-19 21:37:36 -04:00
milan-avb: mrp: set vector lva bit on outgoing LeaveAll frames
This commit is contained in:
parent
5c9a06c03d
commit
df62776308
4 changed files with 18 additions and 4 deletions
|
|
@ -137,6 +137,9 @@ void avb_mrp_attribute_add_listener(struct avb_mrp_attribute *attr, struct spa_h
|
|||
uint8_t avb_mrp_attribute_get_applicant_state(const struct avb_mrp_attribute *attr);
|
||||
uint8_t avb_mrp_attribute_get_registrar_state(const struct avb_mrp_attribute *attr);
|
||||
|
||||
/* IEEE 802.1Q-2014 Section 10.7.6.3: lva bit must be 1 while transmitting our LVA. */
|
||||
bool avb_mrp_lva_tx_pending(const struct avb_mrp *m);
|
||||
|
||||
struct avb_mrp_parse_info {
|
||||
#define AVB_VERSION_MRP_PARSE_INFO 0
|
||||
uint32_t version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue