mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
milan-avb: get entity-id rom the server, and not from a define
This commit is contained in:
parent
2fe254821c
commit
1d485d8bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ static void init_descriptor_milan_v12(struct server *server)
|
|||
sizeof(struct avb_aem_desc_entity),
|
||||
&(struct avb_aem_desc_entity)
|
||||
{
|
||||
.entity_id = htobe64(DSC_ENTITY_MODEL_ENTITY_ID),
|
||||
.entity_id = htobe64(server->entity_id),
|
||||
.entity_model_id = htobe64(DSC_ENTITY_MODEL_ID),
|
||||
.entity_capabilities = htonl(DSC_ENTITY_MODEL_ENTITY_CAPABILITIES),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue