mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
module-avb: mrp: fix leavall timer issue, introducing lva state machine
This commit is contained in:
parent
03428f3380
commit
f2093a3f76
2 changed files with 62 additions and 16 deletions
|
|
@ -86,13 +86,15 @@ struct avb_packet_mrp_footer {
|
|||
#define AVB_MRP_ATTRIBUTE_EVENT_JOINMT 3
|
||||
#define AVB_MRP_ATTRIBUTE_EVENT_MT 4
|
||||
#define AVB_MRP_ATTRIBUTE_EVENT_LV 5
|
||||
#define AVB_MRP_ATTRIBUTE_EVENT_LVA 6
|
||||
|
||||
#define AVB_MRP_SEND_NEW 1
|
||||
#define AVB_MRP_SEND_JOININ 2
|
||||
#define AVB_MRP_SEND_IN 3
|
||||
#define AVB_MRP_SEND_JOINMT 4
|
||||
#define AVB_MRP_SEND_MT 5
|
||||
#define AVB_MRP_SEND_LV 6
|
||||
#define AVB_MRP_SEND_NEW 0
|
||||
#define AVB_MRP_SEND_JOININ 1
|
||||
#define AVB_MRP_SEND_IN 2
|
||||
#define AVB_MRP_SEND_JOINMT 3
|
||||
#define AVB_MRP_SEND_MT 4
|
||||
#define AVB_MRP_SEND_LV 5
|
||||
#define AVB_MRP_SEND_LVA 6
|
||||
|
||||
#define AVB_MRP_NOTIFY_NEW 1
|
||||
#define AVB_MRP_NOTIFY_JOIN 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue