mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
Merge branch 'avb-legacy-avb-fix-entity-warning' into 'master'
modules-avb: legacy-avb: entity warnings See merge request pipewire/pipewire!2795
This commit is contained in:
commit
f63e9da1fb
1 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ static void init_descriptor_legacy_avb(struct server *server)
|
|||
&(struct avb_aem_desc_locale)
|
||||
{
|
||||
.locale_identifier = "en-EN",
|
||||
.number_of_strings = htons(1),
|
||||
.number_of_strings = htons(3),
|
||||
.base_strings = htons(0)
|
||||
});
|
||||
|
||||
|
|
@ -43,7 +43,6 @@ static void init_descriptor_legacy_avb(struct server *server)
|
|||
AVB_ADP_ENTITY_CAPABILITY_AEM_SUPPORTED |
|
||||
AVB_ADP_ENTITY_CAPABILITY_CLASS_A_SUPPORTED |
|
||||
AVB_ADP_ENTITY_CAPABILITY_GPTP_SUPPORTED |
|
||||
AVB_ADP_ENTITY_CAPABILITY_AEM_IDENTIFY_CONTROL_INDEX_VALID |
|
||||
AVB_ADP_ENTITY_CAPABILITY_AEM_INTERFACE_INDEX_VALID),
|
||||
|
||||
.talker_stream_sources = htons(8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue