dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: wm8962: Add new SYSCLK ratios for new device revisions

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-02-16 00:19:47 -08:00
parent eeba1f8b6a
commit 07fabd1bfb
1 changed files with 1 additions and 1 deletions

View File

@ -2445,7 +2445,7 @@ static const int bclk_divs[] = {
};
static const int sysclk_rates[] = {
64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536,
64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536, 3072, 6144
};
static void wm8962_configure_bclk(struct snd_soc_codec *codec)