aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/skl.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-09-23 20:46:25 +0100
committerMark Brown <broonie@kernel.org>2022-09-23 20:46:25 +0100
commite9b0ff9336850863e608c2df0dde512adecb4a20 (patch)
tree33575a8be2e9c5db231c7df63a83beb65b6d8775 /sound/soc/sof/intel/skl.c
parentASoC: codecs: qcom add support for SM8450 and SC8280XP (diff)
parentASoC: SOF: ipc4: Call snd_sof_handle_fw_exception() in case of timeout (diff)
downloadlinux-dev-e9b0ff9336850863e608c2df0dde512adecb4a20.tar.xz
linux-dev-e9b0ff9336850863e608c2df0dde512adecb4a20.zip
ASoC: SOF: ipc4/Intel: Improve and enable IPC error dump
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>: On Intel platforms the registers for DSP communications are used differently, the IPC dump information is not correct since important registers are not printed and existing ones are used a bit differently for IPC4. As a last step, enable the IPC timeout 'handling' and allow the printout of the now usefull IPC dump.
Diffstat (limited to 'sound/soc/sof/intel/skl.c')
-rw-r--r--sound/soc/sof/intel/skl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/skl.c b/sound/soc/sof/intel/skl.c
index 4ed7a85e6dd0..13efdb94d071 100644
--- a/sound/soc/sof/intel/skl.c
+++ b/sound/soc/sof/intel/skl.c
@@ -87,7 +87,7 @@ int sof_skl_ops_init(struct snd_sof_dev *sdev)
/* debug */
sof_skl_ops.debug_map = skl_dsp_debugfs;
sof_skl_ops.debug_map_count = ARRAY_SIZE(skl_dsp_debugfs);
- sof_skl_ops.ipc_dump = hda_ipc_dump;
+ sof_skl_ops.ipc_dump = hda_ipc4_dump;
/* firmware run */
sof_skl_ops.run = hda_dsp_cl_boot_firmware_skl;