projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d069735
)
ASoC: SOF: Intel: hda: remove duplicated clear WAKESTS
author
Zhu Yingjiang
<yingjiang.zhu@linux.intel.com>
Mon, 22 Jul 2019 14:13:56 +0000
(09:13 -0500)
committer
Mark Brown
<broonie@kernel.org>
Tue, 23 Jul 2019 11:21:37 +0000
(12:21 +0100)
Remove the first clear WAKESTS, only one clear is needed during init
chip.
Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20190722141402.7194-16-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-ctrl.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/intel/hda-ctrl.c
b/sound/soc/sof/intel/hda-ctrl.c
index
8b856dc
..
a7fee40
100644
(file)
--- a/
sound/soc/sof/intel/hda-ctrl.c
+++ b/
sound/soc/sof/intel/hda-ctrl.c
@@
-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) {