aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-07-13 15:52:13 +0900
committerAndreas Blaesius <skate4life@gmx.de>2016-04-30 11:03:39 +0200
commit9f6f9eb7d8f9fa3ec079f30847634ae78e73fa23 (patch)
tree80a54561dff1c45fff70304a34cb914ec0ced55e /sound
parentdd08bd9dab3fd14e41f525b6819a8c3e19eead6b (diff)
downloadkernel_samsung_espresso10-9f6f9eb7d8f9fa3ec079f30847634ae78e73fa23.zip
kernel_samsung_espresso10-9f6f9eb7d8f9fa3ec079f30847634ae78e73fa23.tar.gz
kernel_samsung_espresso10-9f6f9eb7d8f9fa3ec079f30847634ae78e73fa23.tar.bz2
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')
-rw-r--r--sound/soc/codecs/wm8994.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index c22b81a..7a43015 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -196,10 +196,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,