projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ebf93
)
ASoC: Don't warn on low WM8994/58 AIFnCLKs
author
Mark Brown
<
[email protected]
>
Wed, 13 Jul 2011 06:52:13 +0000
(15:52 +0900)
committer
Mark Brown
<
[email protected]
>
Wed, 13 Jul 2011 15:38:30 +0000
(
00:38
+0900)
We can have valid but very low clocks in accessory detection modes.
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm8994.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8994.c
b/sound/soc/codecs/wm8994.c
index f89ae47f3c3217d859b8312ac136ddb84d299274..a49222246bf256747b2561352616523c9be32ecc 100644
(file)
--- 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,