Skip to content

Commit

Permalink
ASoC: Relax restrictions on WM8962 BCLK configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Sep 30, 2010
1 parent 33cf45c commit d330a08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d330a08

Please sign in to comment.