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-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f42bc6c5ffb63b1a702f7bc5a8a64588ac460cf;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.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: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 5e5af898f7f8..412d90f7b256 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 }, };