Skip to content

Commit

Permalink
ASoC: rt5640: Don't go to standby on resume
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Oct 19, 2013
1 parent e58f301 commit ebce311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/rt5640.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ebce311

Please sign in to comment.