From: Mark Brown Date: Sat, 3 Mar 2012 00:10:02 +0000 (+0000) Subject: ASoC: wm8994: Don't bother updating the jackdet mode needlessly X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=149c53b514d0a42abbb2c9611ffc9fa2d94857e8;p=linux-edison.git ASoC: wm8994: Don't bother updating the jackdet mode needlessly If we're not doing jackdet it's not needed. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index c9af13f1433..44f72dc2771 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -689,6 +689,9 @@ static void wm1811_jackdet_set_mode(struct snd_soc_codec *codec, u16 mode) if (!wm8994->jackdet || !wm8994->jack_cb) return; + if (!wm8994->jackdet || !wm8994->jack_cb) + return; + if (wm8994->active_refcount) mode = WM1811_JACKDET_MODE_AUDIO;