From: Lars-Peter Clausen Date: Wed, 26 Nov 2014 19:57:57 +0000 (+0100) Subject: ASoC: tlv320aic3x: Cleanup manual bias level transitions X-Git-Tag: v3.19-rc1~119^2~20^2~8^3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68f438378cde79e29f71c7e043b10d76001d8892;p=thirdparty%2Flinux.git ASoC: tlv320aic3x: Cleanup manual bias level transitions Since the ASoC core now takes care of setting the bias level to SND_SOC_BIAS_OFF when removing the CODEC there is no need to do it manually anymore. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index f0a828119aba1..b7ebce054b4eb 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -1491,7 +1491,6 @@ static int aic3x_remove(struct snd_soc_codec *codec) struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec); int i; - aic3x_set_bias_level(codec, SND_SOC_BIAS_OFF); list_del(&aic3x->list); for (i = 0; i < ARRAY_SIZE(aic3x->supplies); i++) regulator_unregister_notifier(aic3x->supplies[i].consumer,