diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-09-14 08:24:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-15 07:03:34 -0400 |
commit | c6d5cca0a0e565101e3ef8d37270f5316d7c5638 (patch) | |
tree | 9181540649debe080b384921b0865305028142ed /sound/soc/codecs/tlv320dac33.c | |
parent | 12280faea62c7e2d7124996d9342b483ac1706d3 (diff) |
ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFF
This assignment is done by the snd_soc_register_codec so there is no need
to redo it in probe function of a codec driver.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/tlv320dac33.c')
-rw-r--r-- | sound/soc/codecs/tlv320dac33.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c index a3c5b521da6a..bf6d01f4a45a 100644 --- a/sound/soc/codecs/tlv320dac33.c +++ b/sound/soc/codecs/tlv320dac33.c | |||
@@ -1385,7 +1385,6 @@ static int dac33_soc_probe(struct snd_soc_codec *codec) | |||
1385 | 1385 | ||
1386 | codec->control_data = dac33->control_data; | 1386 | codec->control_data = dac33->control_data; |
1387 | codec->hw_write = (hw_write_t) i2c_master_send; | 1387 | codec->hw_write = (hw_write_t) i2c_master_send; |
1388 | codec->bias_level = SND_SOC_BIAS_OFF; | ||
1389 | codec->idle_bias_off = 1; | 1388 | codec->idle_bias_off = 1; |
1390 | dac33->codec = codec; | 1389 | dac33->codec = codec; |
1391 | 1390 | ||