From 49607b51793d7747a360d318c5dbd94bfbf5f4d2 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 30 Sep 2010 14:18:48 -0700 Subject: [PATCH] --- yaml --- r: 216596 b: refs/heads/master c: d330a080a87831b693a2dad1058cd11bbb6c3736 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8962.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 878d9c8e6e5b..f94bc4e384f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33cf45c80f7dc96ff228387add4474b14ff5e1e2 +refs/heads/master: d330a080a87831b693a2dad1058cd11bbb6c3736 diff --git a/trunk/sound/soc/codecs/wm8962.c b/trunk/sound/soc/codecs/wm8962.c index be34146a775b..38cbf85688f6 100644 --- a/trunk/sound/soc/codecs/wm8962.c +++ b/trunk/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;