mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 03:50:14 +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;
|
uint16_t descriptor_id;
|
||||||
} __attribute__ ((__packed__));
|
} __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 {
|
struct avb_packet_aecp_aem_read_descriptor {
|
||||||
uint16_t configuration;
|
uint16_t configuration;
|
||||||
uint8_t reserved[2];
|
uint8_t reserved[2];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue