From: Mark Brown Date: Wed, 16 Oct 2013 16:30:44 +0000 (+0100) Subject: ASoC: rt5640: Don't go to standby on resume X-Git-Tag: upstream/snapshot3+hdmi~3891^2~33^2~19^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebce31140c2ddfda005e88957ac1ee1eacaa8dc5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: rt5640: Don't go to standby on resume 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 Tested-by: Stephen Warren --- diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index b0cde92..4d041d3 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -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; }