mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-08 03:01:52 -04:00
module-avb: fix types
This commit is contained in:
parent
3bde62bc1d
commit
2dd60fdbc6
4 changed files with 9 additions and 9 deletions
|
|
@ -250,7 +250,7 @@ struct avb_packet_aecp_aem_setget_name {
|
|||
uint16_t descriptor_index;
|
||||
uint16_t name_index;
|
||||
uint16_t configuration_index;
|
||||
char name[64];
|
||||
unsigned char name[64];
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
struct avb_packet_aecp_aem_setget_association_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue