summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8960.c
diff options
context:
space:
mode:
authorZidan Wang <b50113@freescale.com>2014-12-31 11:39:14 +0800
committerMark Brown <broonie@kernel.org>2015-01-06 17:38:16 +0000
commit22ee76daddb87f88d2336d1b4737ef27c4f307ac (patch)
tree70a5a287076c43f1a663fdd8a38310ed67da5a0a /sound/soc/codecs/wm8960.c
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
downloadtalos-op-linux-22ee76daddb87f88d2336d1b4737ef27c4f307ac.tar.gz
talos-op-linux-22ee76daddb87f88d2336d1b4737ef27c4f307ac.zip
ASoC: wm8960: Fix capture sample rate from 11250 to 11025
wm8960 codec can't support sample rate 11250, it must be 11025. Signed-off-by: Zidan Wang <b50113@freescale.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc/codecs/wm8960.c')
-rw-r--r--sound/soc/codecs/wm8960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c
index 031a1ae71d94..a96eb497a379 100644
--- a/sound/soc/codecs/wm8960.c
+++ b/sound/soc/codecs/wm8960.c
@@ -556,7 +556,7 @@ static struct {
{ 22050, 2 },
{ 24000, 2 },
{ 16000, 3 },
- { 11250, 4 },
+ { 11025, 4 },
{ 12000, 4 },
{ 8000, 5 },
};
OpenPOWER on IntegriCloud