From: Lars-Peter Clausen Date: Tue, 9 Sep 2014 18:42:43 +0000 (+0200) Subject: ASoC: da732x: Remove unnecessary idle_bias_off initialization X-Git-Tag: v3.18-rc1~99^2~8^2~1^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f66a91ff8e83e95c822691270d883cbcb3244302;p=karo-tx-linux.git ASoC: da732x: Remove unnecessary idle_bias_off initialization idle_bias_off is false by default, no need to set it explicitly. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index 2fae31cb0067..edcbfeafc8cb 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c @@ -1511,12 +1511,9 @@ static int da732x_set_bias_level(struct snd_soc_codec *codec, static int da732x_probe(struct snd_soc_codec *codec) { struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec); - struct snd_soc_dapm_context *dapm = &codec->dapm; da732x->codec = codec; - dapm->idle_bias_off = false; - da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); return 0;