Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/include/ipc4/fw_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ union ipc4_rom_info {
#define IPC4_MAX_LLP_SNDW_READING_SLOTS 16

/* Current ABI version of the FwRegisters layout. */
#define IPC4_FW_REGS_ABI_VER 1
/* NOTE: Set ABI_VER to 0 to disable delay reporting until
* https://github.com/thesofproject/linux/issues/4781 is fixed
*/
#define IPC4_FW_REGS_ABI_VER 0

/* FW Registers exposes additional DSP / FW state information to the driver. */
struct ipc4_fw_registers {
Expand Down