Skip to content

Commit

Permalink
ASoC: cs4265: Fix clock rates in clock map table
Browse files Browse the repository at this point in the history
Reported-by: Zoltán Szenczi <zoltan@raspberrypi.org>
Signed-off-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
  • Loading branch information
Paul Handrigan authored and Mark Brown committed Aug 28, 2014
1 parent 7d1311b commit c98853a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/soc/codecs/cs4265.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit c98853a

Please sign in to comment.