projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de70b2a
)
ASoC: wm_adsp: Fix typo in comment
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Wed, 27 Mar 2019 15:24:51 +0000
(15:24 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 1 Apr 2019 08:05:29 +0000
(15:05 +0700)
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index 5e615fbddf9a7dfceee29ef81b47c709c9a6caec..0aa62b26f61cc7b7073d39f2fc5c767e11eeac73 100644
(file)
--- a/
sound/soc/codecs/wm_adsp.c
+++ b/
sound/soc/codecs/wm_adsp.c
@@
-3263,7
+3263,7
@@
static void wm_halo_stop_core(struct wm_adsp *dsp)
regmap_update_bits(dsp->regmap, dsp->base + HALO_CCM_CORE_CONTROL,
HALO_CORE_EN, 0);
- /* reset halo core with CORE_SOFT_RE
ES
T */
+ /* reset halo core with CORE_SOFT_RE
SE
T */
regmap_update_bits(dsp->regmap, dsp->base + HALO_CORE_SOFT_RESET,
HALO_CORE_SOFT_RESET_MASK, 1);
}