diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-26 12:50:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-26 14:16:35 -0400 |
commit | aeaeee1a1f054610299e614749d2c5a31cec3c8d (patch) | |
tree | b018defdb1803846c856754e1815de90ed35d544 /sound | |
parent | c922cc4c1cc3c0253adec36bb7088eab7c2269c5 (diff) |
ASoC: arizona: Add more clock rates
Some devices support additional clock rates.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/arizona.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 5764960087bc..c03b65af3059 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c | |||
@@ -270,6 +270,9 @@ static unsigned int arizona_sysclk_48k_rates[] = { | |||
270 | 12288000, | 270 | 12288000, |
271 | 22579200, | 271 | 22579200, |
272 | 49152000, | 272 | 49152000, |
273 | 73728000, | ||
274 | 98304000, | ||
275 | 147456000, | ||
273 | }; | 276 | }; |
274 | 277 | ||
275 | static unsigned int arizona_sysclk_44k1_rates[] = { | 278 | static unsigned int arizona_sysclk_44k1_rates[] = { |
@@ -277,6 +280,9 @@ static unsigned int arizona_sysclk_44k1_rates[] = { | |||
277 | 11289600, | 280 | 11289600, |
278 | 24576000, | 281 | 24576000, |
279 | 45158400, | 282 | 45158400, |
283 | 67737600, | ||
284 | 90316800, | ||
285 | 135475200, | ||
280 | }; | 286 | }; |
281 | 287 | ||
282 | static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk, | 288 | static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk, |