module-avb: milan: es_builder: ensure that the created for the milan differently than for the legacy-avb

This commit is contained in:
hackerman-kl 2026-04-18 18:44:02 +02:00 committed by Wim Taymans
parent c7f4108eff
commit b2e45b8151
3 changed files with 161 additions and 68 deletions

View file

@ -179,6 +179,10 @@ struct aecp_aem_stream_output_state {
struct aecp_aem_stream_output_counters counters;
struct stream_common common;
/** Milan v1.2 Section 4.3.3.1: absolute time of last PROBE_TX_COMMAND received.
* 0 = never received. Reset to 0 when SRP is deactivated. */
int64_t last_probe_rx_time;
};
struct aecp_aem_stream_output_state_milan_v12 {