Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f66a91ff authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: da732x: Remove unnecessary idle_bias_off initialization



idle_bias_off is false by default, no need to set it explicitly.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 02bf34f4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;