Skip to content

Commit 46fbe99

Browse files
committed
ASoC: SOF: debug/ipc: HACK: Treat IPC tx timeout as feature, not failure
Do not set the firmware state as crashed on IPC tx timeout as it looks to be something which happens on a regular basis. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 7e07fea commit 46fbe99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/sof/debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,5 @@ void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev)
407407
/* dump vital information to the logs */
408408
snd_sof_ipc_dump(sdev);
409409
snd_sof_dsp_dbg_dump(sdev, SOF_DBG_DUMP_REGS | SOF_DBG_DUMP_MBOX);
410-
sof_set_fw_state(sdev, SOF_FW_CRASHED);
411410
}
412411
EXPORT_SYMBOL(snd_sof_handle_fw_exception);

0 commit comments

Comments
 (0)