ASoC: SOF: loader: Print the DSP dump if boot fails
It can be useful to print the DSP dump from the core in case the DSP boot failed. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20211006110645.26679-6-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
9ff90859b9
commit
247ac64073
@ -819,7 +819,9 @@ int snd_sof_run_firmware(struct snd_sof_dev *sdev)
|
||||
/* boot the firmware on the DSP */
|
||||
ret = snd_sof_dsp_run(sdev);
|
||||
if (ret < 0) {
|
||||
dev_err(sdev->dev, "error: failed to reset DSP\n");
|
||||
dev_err(sdev->dev, "error: failed to start DSP\n");
|
||||
snd_sof_dsp_dbg_dump(sdev, SOF_DBG_DUMP_REGS | SOF_DBG_DUMP_MBOX |
|
||||
SOF_DBG_DUMP_PCI | SOF_DBG_DUMP_FORCE_ERR_LEVEL);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user