mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-09 03:01:53 -04:00
module-avb: milan: acmp: fix activate to work according to the Milan specication, just SRP
This commit is contained in:
parent
6c5c184e6d
commit
c7f4108eff
2 changed files with 57 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue