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:
f722406
)
ASoC: wm5110: Add missing speaker initialisation
author
Mark Brown
<
[email protected]
>
Mon, 20 May 2013 16:28:35 +0000
(11:28 -0500)
committer
Mark Brown
<
[email protected]
>
Mon, 20 May 2013 16:33:51 +0000
(11:33 -0500)
Add callback to initialise the speaker in the core following the recent
changes to handling of integration with the thermal interrupts.
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm5110.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5110.c
b/sound/soc/codecs/wm5110.c
index 731884e04776289449e0a135905eb883a217cb80..c00480bdf824916b4839f94b400928ee35e08b19 100644
(file)
--- a/
sound/soc/codecs/wm5110.c
+++ b/
sound/soc/codecs/wm5110.c
@@
-976,6
+976,8
@@
static int wm5110_codec_probe(struct snd_soc_codec *codec)
if (ret != 0)
return ret;
+ arizona_init_spk(codec);
+
snd_soc_dapm_disable_pin(&codec->dapm, "HAPTICS");
priv->core.arizona->dapm = &codec->dapm;