diff options
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | 2022-09-22 14:36:40 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-23 13:56:17 +0100 |
commit | b2520dbcb0d3646e70fedcaab2bdfb33df1c8508 (patch) | |
tree | 61d19f6228ff24fa44b2b1574e27aa1601264848 /sound/soc/sof/intel/hda.h | |
parent | 423693a6c351f4abb869d1dbf5df7374766aaa1a (diff) | |
download | lwn-b2520dbcb0d3646e70fedcaab2bdfb33df1c8508.tar.gz lwn-b2520dbcb0d3646e70fedcaab2bdfb33df1c8508.zip |
ASoC: SOF: Intel: define and set the disable_interrupts op for cavs platforms
Disable the IPC and SDW nterrupts in the disable_interrupts op for
cavs platforms.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220922213644.666315-7-ranjani.sridharan@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 65b6faff2153..0b965799ea0d 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -587,6 +587,7 @@ void hda_dsp_dump(struct snd_sof_dev *sdev, u32 flags); void hda_ipc_dump(struct snd_sof_dev *sdev); void hda_ipc_irq_dump(struct snd_sof_dev *sdev); void hda_dsp_d0i3_work(struct work_struct *work); +int hda_dsp_disable_interrupts(struct snd_sof_dev *sdev); /* * DSP PCM Operations. |