mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-24 01:40:20 -05:00
module-avb: milan: make lock state as part of the generic entity state structure
This commit is contained in:
parent
4f8f7980f0
commit
b43d915e71
3 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ int handle_cmd_lock_entity_milan_v12(struct aecp *aecp, int64_t now, const void
|
|||
return reply_status(aecp, AVB_AECP_AEM_STATUS_NO_SUCH_DESCRIPTOR, p, len);
|
||||
|
||||
entity_state = desc->ptr;
|
||||
lock = &entity_state->lock_state;
|
||||
lock = &entity_state->state.lock_state;
|
||||
|
||||
if (desc_type != AVB_AEM_DESC_ENTITY || desc_id != 0) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue