diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-09-14 14:24:38 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-15 13:03:34 +0200 |
commit | c6d5cca0a0e565101e3ef8d37270f5316d7c5638 (patch) | |
tree | 9181540649debe080b384921b0865305028142ed /sound/soc/codecs/wm8990.c | |
parent | ASoC: Samsung: Debug PCM snd_soc_dai_driver registration (diff) | |
download | linux-c6d5cca0a0e565101e3ef8d37270f5316d7c5638.tar.xz linux-c6d5cca0a0e565101e3ef8d37270f5316d7c5638.zip |
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/wm8990.c')
-rw-r--r-- | sound/soc/codecs/wm8990.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index 0ffecbd1e33b..264828e4e67c 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c @@ -1354,7 +1354,6 @@ static int wm8990_probe(struct snd_soc_codec *codec) wm8990_reset(codec); /* charge output caps */ - codec->bias_level = SND_SOC_BIAS_OFF; wm8990_set_bias_level(codec, SND_SOC_BIAS_STANDBY); reg = snd_soc_read(codec, WM8990_AUDIO_INTERFACE_4); |