summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
diff options
context:
space:
mode:
authorJarkko Nikula2010-09-14 14:24:38 +0200
committerMark Brown2010-09-15 13:03:34 +0200
commitc6d5cca0a0e565101e3ef8d37270f5316d7c5638 (patch)
tree9181540649debe080b384921b0865305028142ed /sound/soc/codecs/wm8510.c
parentASoC: Samsung: Debug PCM snd_soc_dai_driver registration (diff)
downloadkernel-qcow2-linux-c6d5cca0a0e565101e3ef8d37270f5316d7c5638.tar.gz
kernel-qcow2-linux-c6d5cca0a0e565101e3ef8d37270f5316d7c5638.tar.xz
kernel-qcow2-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/wm8510.c')
-rw-r--r--sound/soc/codecs/wm8510.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c
index d00da2001a12..02ecf54de020 100644
--- a/sound/soc/codecs/wm8510.c
+++ b/sound/soc/codecs/wm8510.c
@@ -569,7 +569,6 @@ static int wm8510_probe(struct snd_soc_codec *codec)
wm8510_reset(codec);
/* power on device */
- codec->bias_level = SND_SOC_BIAS_OFF;
wm8510_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
snd_soc_add_controls(codec, wm8510_snd_controls,
ARRAY_SIZE(wm8510_snd_controls));