From: Zidan Wang Date: Wed, 31 Dec 2014 03:39:14 +0000 (+0800) Subject: ASoC: wm8960: Fix capture sample rate from 11250 to 11025 X-Git-Tag: v3.16.35~2946 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a15eb0ce520fff156f863c1f0d2a753de078497c;p=thirdparty%2Fkernel%2Fstable.git ASoC: wm8960: Fix capture sample rate from 11250 to 11025 commit 22ee76daddb87f88d2336d1b4737ef27c4f307ac upstream. wm8960 codec can't support sample rate 11250, it must be 11025. Signed-off-by: Zidan Wang Acked-by: Charles Keepax Signed-off-by: Mark Brown Signed-off-by: Luis Henriques --- diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index a145d0431b63d..8cb647f5a19e4 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c @@ -555,7 +555,7 @@ static struct { { 22050, 2 }, { 24000, 2 }, { 16000, 3 }, - { 11250, 4 }, + { 11025, 4 }, { 12000, 4 }, { 8000, 5 }, };