Skip to content

Commit

Permalink
ASoC: Don't warn on low WM8994/58 AIFnCLKs
Browse files Browse the repository at this point in the history
We can have valid but very low clocks in accessory detection modes.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jul 13, 2011
1 parent c7ebf93 commit f05bdb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ static int configure_aif_clock(struct snd_soc_codec *codec, int aif)
aif + 1, rate);
}

if (rate && rate < 3000000)
dev_warn(codec->dev, "AIF%dCLK is %dHz, should be >=3MHz for optimal performance\n",
aif + 1, rate);

wm8994->aifclk[aif] = rate;

snd_soc_update_bits(codec, WM8994_AIF1_CLOCKING_1 + offset,
Expand Down

0 comments on commit f05bdb8

Please sign in to comment.