mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 04:30:04 +01:00
module-avb: aecp-aem: adding available pdu
This commit is contained in:
parent
17812c33cc
commit
354006a699
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,12 @@ struct avb_packet_aecp_aem_lock {
|
|||
uint16_t descriptor_id;
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
struct avb_packet_aecp_aem_available {
|
||||
uint32_t flags;
|
||||
uint64_t acquired_controller_guid;
|
||||
uint64_t lock_controller_guid;
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
struct avb_packet_aecp_aem_read_descriptor {
|
||||
uint16_t configuration;
|
||||
uint8_t reserved[2];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue