summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown2010-09-30 23:18:48 +0200
committerMark Brown2010-09-30 23:55:28 +0200
commitd330a080a87831b693a2dad1058cd11bbb6c3736 (patch)
tree42ba0b3ef156a0eda28c0bdc4cc3dd582d4af27e
parentASoC: WM8804: Initial driver (diff)
downloadkernel-qcow2-linux-d330a080a87831b693a2dad1058cd11bbb6c3736.tar.gz
kernel-qcow2-linux-d330a080a87831b693a2dad1058cd11bbb6c3736.tar.xz
kernel-qcow2-linux-d330a080a87831b693a2dad1058cd11bbb6c3736.zip
ASoC: Relax restrictions on WM8962 BCLK configuration
The restrictions on configuring BCLK are overly cautious, other constraints in the system should ensure that reconfiguration is not possible when the device is sufficiently active to be unable to support reclocking. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r--sound/soc/codecs/wm8962.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index be34146a775b..38cbf85688f6 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -911,12 +911,6 @@ static void wm8962_configure_bclk(struct snd_soc_codec *codec)
int clocking2 = 0;
int aif2 = 0;
- /* If the CODEC is powered on we can configure BCLK */
- if (codec->bias_level != SND_SOC_BIAS_OFF) {
- dev_dbg(codec->dev, "Bias is off, can't configure BCLK\n");
- return;
- }
-
if (!wm8962->bclk) {
dev_dbg(codec->dev, "No BCLK rate configured\n");
return;