mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-25 11:40:04 +01:00
module-avb: descriptors: introducing clock domain descriptor
This commit is contained in:
parent
82fe584f51
commit
a1a33141d7
1 changed files with 9 additions and 0 deletions
|
|
@ -246,6 +246,15 @@ struct avb_aem_desc_clock_source {
|
||||||
uint16_t clock_source_location_index;
|
uint16_t clock_source_location_index;
|
||||||
} __attribute__ ((__packed__));
|
} __attribute__ ((__packed__));
|
||||||
|
|
||||||
|
struct avb_aem_desc_clock_domain {
|
||||||
|
char object_name[64];
|
||||||
|
uint16_t localized_description;
|
||||||
|
uint16_t clock_source_index;
|
||||||
|
uint16_t descriptor_counts_offset;
|
||||||
|
uint16_t clock_sources_count;
|
||||||
|
uint16_t clock_sources[0];
|
||||||
|
} __attribute__ ((__packed__));
|
||||||
|
|
||||||
struct avb_aem_desc_locale {
|
struct avb_aem_desc_locale {
|
||||||
char locale_identifier[64];
|
char locale_identifier[64];
|
||||||
uint16_t number_of_strings;
|
uint16_t number_of_strings;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue