module-avb: milan: acmp: fix activate to work according to the Milan specication, just SRP

This commit is contained in:
hackerman-kl 2026-04-18 18:42:23 +02:00 committed by Wim Taymans
parent 6c5c184e6d
commit c7f4108eff
2 changed files with 57 additions and 11 deletions

View file

@ -153,6 +153,7 @@ struct acmp_stream_status_milan_v12 {
uint8_t probing_status;
uint8_t acmp_status;
uint32_t fsm_acmp_state;
int64_t last_probe_rx_time;
};
/**
@ -180,4 +181,9 @@ struct aecp_aem_stream_output_state {
struct stream_common common;
};
struct aecp_aem_stream_output_state_milan_v12 {
struct aecp_aem_stream_output_state stream_out_sta;
struct acmp_stream_status_milan_v12 acmp_sta;
};
#endif // AVB_AECP_AEM_STATE_H