From: Mark Brown Date: Mon, 20 May 2013 16:28:35 +0000 (-0500) Subject: ASoC: wm5110: Add missing speaker initialisation X-Git-Tag: v3.10-rc4~18^2^2~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62cc4d595fe96106ff793cbebbff051179d7619e;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 731884e047762..c00480bdf8249 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) if (ret != 0) return ret; + arizona_init_spk(codec); + snd_soc_dapm_disable_pin(&codec->dapm, "HAPTICS"); priv->core.arizona->dapm = &codec->dapm;