Skip to content

Commit c0b0e4c

Browse files
committed
ipc4: fw_reg: downgrade FW_REGS version to 0 to disable delay reporting
Disable delay reporting as a workaround to bug thesofproject/linux#4781 SOF driver checks the ABI version and if it's not 1, delay reporting is disabled. Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 982a30f commit c0b0e4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/ipc4/fw_reg.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ union ipc4_rom_info {
138138
#define IPC4_MAX_LLP_SNDW_READING_SLOTS 16
139139

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

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

0 commit comments

Comments
 (0)