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: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6ed72cce43a5599a3df4d7c658a887795c46f5e8;p=people%2Fiwj%2Flinux.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 f156010e52bc..942ef8427347 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 }, };