mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 06:07:53 +00:00
milan-avb: get entity-id rom the server, and not from a define
This commit is contained in:
parent
2fe254821c
commit
1d485d8bbc
@ -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…
x
Reference in New Issue
Block a user