diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2019-05-01 02:09:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-03 09:02:43 +0300 |
commit | f3da49f055dc55825984c9218fe06b913837cb13 (patch) | |
tree | 9f79827038202fc3f9bb75f6d5fe375adb5dc1c7 /sound/soc/sof/intel/hda.h | |
parent | 5e4a27fda2c8f1796fb673e72ae5dfc51675a785 (diff) | |
download | linux-f3da49f055dc55825984c9218fe06b913837cb13.tar.xz |
ASoC: SOF: Intel: APL: add ipc dump function
Add IPC dump function for APL plaform
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
-rw-r--r-- | sound/soc/sof/intel/hda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index 4b00e5d88565..92d45c43b4b1 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -447,6 +447,7 @@ int hda_dsp_runtime_resume(struct snd_sof_dev *sdev); void hda_dsp_set_hw_params_upon_resume(struct snd_sof_dev *sdev); void hda_dsp_dump_skl(struct snd_sof_dev *sdev, u32 flags); void hda_dsp_dump(struct snd_sof_dev *sdev, u32 flags); +void hda_ipc_dump(struct snd_sof_dev *sdev); /* * DSP PCM Operations. |