From: Paul Handrigan Date: Thu, 28 Aug 2014 15:54:09 +0000 (-0500) Subject: ASoC: cs4265: Fix clock rates in clock map table X-Git-Tag: v4.9.8~5643^2~7^2^3~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c98853aec1f7a05545642b6ca8591fd13b2fc7b6;p=platform%2Fkernel%2Flinux-rpi3.git ASoC: cs4265: Fix clock rates in clock map table Reported-by: Zoltán Szenczi Signed-off-by: Paul Handrigan Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c index a20b30c..8811689 100644 --- a/sound/soc/codecs/cs4265.c +++ b/sound/soc/codecs/cs4265.c @@ -282,10 +282,10 @@ static const struct cs4265_clk_para clk_map_table[] = { /*64k*/ {8192000, 64000, 1, 0}, - {1228800, 64000, 1, 1}, - {1693440, 64000, 1, 2}, - {2457600, 64000, 1, 3}, - {3276800, 64000, 1, 4}, + {12288000, 64000, 1, 1}, + {16934400, 64000, 1, 2}, + {24576000, 64000, 1, 3}, + {32768000, 64000, 1, 4}, /* 88.2k */ {11289600, 88200, 1, 0},