diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-13 10:52:13 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-13 19:38:30 +0400 |
commit | f05bdb8bb6c5e34a9c8c12483022e4cac5133139 (patch) | |
tree | 96814ad493c93b5f07e694e6f921e1362571498f /sound/soc/codecs | |
parent | c7ebf932e5afa9caf8720435519b857b5d6e63bc (diff) | |
download | linux-f05bdb8bb6c5e34a9c8c12483022e4cac5133139.tar.xz |
ASoC: Don't warn on low WM8994/58 AIFnCLKs
We can have valid but very low clocks in accessory detection modes.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index f89ae47f3c32..a49222246bf2 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -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, |