diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-20 12:28:35 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-20 12:33:51 -0400 |
commit | 62cc4d595fe96106ff793cbebbff051179d7619e (patch) | |
tree | a7fdd13141e0300693415daa3a77c874b86b73d5 /sound | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
ASoC: wm5110: Add missing speaker initialisation
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 <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm5110.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 731884e04776..c00480bdf824 100644 --- 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) | |||
976 | if (ret != 0) | 976 | if (ret != 0) |
977 | return ret; | 977 | return ret; |
978 | 978 | ||
979 | arizona_init_spk(codec); | ||
980 | |||
979 | snd_soc_dapm_disable_pin(&codec->dapm, "HAPTICS"); | 981 | snd_soc_dapm_disable_pin(&codec->dapm, "HAPTICS"); |
980 | 982 | ||
981 | priv->core.arizona->dapm = &codec->dapm; | 983 | priv->core.arizona->dapm = &codec->dapm; |