diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-09-09 14:42:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-09-09 16:08:45 -0400 |
commit | f66a91ff8e83e95c822691270d883cbcb3244302 (patch) | |
tree | d90ef7e9808e66b1d3d96b91e6495bbd182caa39 /sound | |
parent | 02bf34f4b8793a23dd0dbc4fda09d611a70ca0c9 (diff) |
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 <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/da732x.c | 3 |
1 files changed, 0 insertions, 3 deletions
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, | |||
1511 | static int da732x_probe(struct snd_soc_codec *codec) | 1511 | static int da732x_probe(struct snd_soc_codec *codec) |
1512 | { | 1512 | { |
1513 | struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec); | 1513 | struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec); |
1514 | struct snd_soc_dapm_context *dapm = &codec->dapm; | ||
1515 | 1514 | ||
1516 | da732x->codec = codec; | 1515 | da732x->codec = codec; |
1517 | 1516 | ||
1518 | dapm->idle_bias_off = false; | ||
1519 | |||
1520 | da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); | 1517 | da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
1521 | 1518 | ||
1522 | return 0; | 1519 | return 0; |