ASoC: rt5640: Don't go to standby on resume
authorMark Brown <broonie@linaro.org>
Wed, 16 Oct 2013 16:30:44 +0000 (17:30 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 19 Oct 2013 20:24:31 +0000 (21:24 +0100)
There is no need for the CODEC to go to standby on resume since the core will
power it up as needed and in any case it is an idle_bias_off CODEC so would
normally sit with bias off while idle.

Signed-off-by: Mark Brown <broonie@linaro.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
sound/soc/codecs/rt5640.c

index b0cde92be7ebe5f19e3a023f8dce8353cf778d86..4d041d376f3191555503d249a7f0c71a375c729a 100644 (file)
@@ -1993,7 +1993,6 @@ static int rt5640_resume(struct snd_soc_codec *codec)
                gpio_set_value_cansleep(rt5640->pdata.ldo1_en, 1);
                msleep(400);
        }
-       rt5640_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
 
        return 0;
 }