Unverified Commit af62eaf2 authored by Fred Oh's avatar Fred Oh Committed by Mark Brown
Browse files

ASoC: SOF: Intel: introduce new op to handle dsp power down

parent e2f0b927
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ struct sof_intel_dsp_desc {
	enum sof_intel_hw_ip_version hw_ip_version;
	bool (*check_sdw_irq)(struct snd_sof_dev *sdev);
	bool (*check_ipc_irq)(struct snd_sof_dev *sdev);
	int (*power_down_dsp)(struct snd_sof_dev *sdev);
	int (*cl_init)(struct snd_sof_dev *sdev, int stream_tag, bool imr_boot);
};