diff options
| author | Mark Brown <broonie@kernel.org> | 2024-04-03 16:28:31 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-04-03 16:28:31 +0100 |
| commit | f79b1758b86c4865316d3c6fa1fed93588acdd5c (patch) | |
| tree | 10539e93d74bc164d6c3dc135aa402aca1165b41 /sound/soc/sof/intel/hda.h | |
| parent | 327719aa629fa6382ecd38996191c4bc9ef0174b (diff) | |
| parent | 40bdf121a3ed91281196068e50789888e4b1d2d2 (diff) | |
ASoC: SOF: Intel: mtl/lnl: Improve firmware boot state
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
This series improves the firmware/boot state handling which will allow
failed IMR boot recovery and human readable boot failure decoding.
Additionally a new debugfs file is added to force a purge/clean boot
of the DSP for developers.
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
| -rw-r--r-- | sound/soc/sof/intel/hda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index c939a24d770e..16140ae22c90 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -695,6 +695,8 @@ int hda_dsp_ipc_get_window_offset(struct snd_sof_dev *sdev, u32 id); irqreturn_t hda_dsp_ipc_irq_thread(int irq, void *context); int hda_dsp_ipc_cmd_done(struct snd_sof_dev *sdev, int dir); +void hda_dsp_get_state(struct snd_sof_dev *sdev, const char *level); + /* * DSP Code loader. */ |
