Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit dc7a36f1 authored by Zhu Yingjiang's avatar Zhu Yingjiang Committed by Mark Brown
Browse files

ASoC: SOF: Intel: hda: remove duplicated clear WAKESTS

parent d0697351
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -176,11 +176,6 @@ int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset)
	hda_dsp_ctrl_misc_clock_gating(sdev, false);

	if (full_reset) {
		/* clear WAKESTS */
		snd_sof_dsp_update_bits(sdev, HDA_DSP_HDA_BAR, SOF_HDA_WAKESTS,
					SOF_HDA_WAKESTS_INT_MASK,
					SOF_HDA_WAKESTS_INT_MASK);

		/* reset HDA controller */
		ret = hda_dsp_ctrl_link_reset(sdev, true);
		if (ret < 0) {