module-avb: milan: make lock state as part of the generic entity state structure

This commit is contained in:
hackerman-kl 2025-12-03 09:11:17 +01:00 committed by Wim Taymans
parent 4f8f7980f0
commit b43d915e71
3 changed files with 3 additions and 3 deletions

View file

@ -115,6 +115,7 @@ struct aecp_aem_lock_state {
*/
struct aecp_aem_entity_state {
struct avb_aem_desc_entity desc;
struct aecp_aem_lock_state lock_state;
};
/**
@ -122,7 +123,6 @@ struct aecp_aem_entity_state {
*/
struct aecp_aem_entity_milan_state {
struct aecp_aem_entity_state state;
struct aecp_aem_lock_state lock_state;
struct aecp_aem_unsol_notification_state unsol_notif_state[AECP_AEM_MILAN_MAX_CONTROLLER];
};