Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c98853ae authored by Paul Handrigan's avatar Paul Handrigan Committed by Mark Brown
Browse files

ASoC: cs4265: Fix clock rates in clock map table



Reported-by: default avatarZoltán Szenczi <zoltan@raspberrypi.org>
Signed-off-by: default avatarPaul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
parent 7d1311b9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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},