Skip to content

Commit

Permalink
ASoC: arizona: Add more clock rates
Browse files Browse the repository at this point in the history
Some devices support additional clock rates.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 26, 2012
1 parent c922cc4 commit aeaeee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,19 @@ static unsigned int arizona_sysclk_48k_rates[] = {
12288000,
22579200,
49152000,
73728000,
98304000,
147456000,
};

static unsigned int arizona_sysclk_44k1_rates[] = {
5644800,
11289600,
24576000,
45158400,
67737600,
90316800,
135475200,
};

static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk,
Expand Down

0 comments on commit aeaeee1

Please sign in to comment.