mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-09 03:01:53 -04:00
module-avb: milan: es_builder: ensure that the created for the milan differently than for the legacy-avb
This commit is contained in:
parent
c7f4108eff
commit
b2e45b8151
3 changed files with 161 additions and 68 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue