mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04: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
|
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue