Skip to content

Commit

Permalink
ASoC: SOF: debug/ipc: HACK: Treat IPC tx timeout as feature, not failure
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ujfalusi committed Sep 6, 2021
1 parent 7e07fea commit 46fbe99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/sof/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,5 @@ void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev)
/* dump vital information to the logs */
snd_sof_ipc_dump(sdev);
snd_sof_dsp_dbg_dump(sdev, SOF_DBG_DUMP_REGS | SOF_DBG_DUMP_MBOX);
sof_set_fw_state(sdev, SOF_FW_CRASHED);
}
EXPORT_SYMBOL(snd_sof_handle_fw_exception);

0 comments on commit 46fbe99

Please sign in to comment.