diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-16 03:19:47 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-17 01:32:02 -0500 |
commit | 07fabd1bfb0036fa6a7c4b5d4db1540623ace742 (patch) | |
tree | 2701d730fae206534205fa6dbe598dd5e9ec86e2 | |
parent | eeba1f8b6ab103c42c25751620fb8625bcff4c10 (diff) |
ASoC: wm8962: Add new SYSCLK ratios for new device revisions
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 6b80e491ff7e..95a8b6aae22e 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -2445,7 +2445,7 @@ static const int bclk_divs[] = { | |||
2445 | }; | 2445 | }; |
2446 | 2446 | ||
2447 | static const int sysclk_rates[] = { | 2447 | static const int sysclk_rates[] = { |
2448 | 64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536, | 2448 | 64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536, 3072, 6144 |
2449 | }; | 2449 | }; |
2450 | 2450 | ||
2451 | static void wm8962_configure_bclk(struct snd_soc_codec *codec) | 2451 | static void wm8962_configure_bclk(struct snd_soc_codec *codec) |