]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ASoC: TWL6040: Fix playback with 19.2 Mhz MCLK
authorJorge Eduardo Candelaria <jorge.candelaria@ti.com>
Thu, 20 May 2010 22:53:07 +0000 (17:53 -0500)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Fri, 21 May 2010 09:47:25 +0000 (10:47 +0100)
When using MCLK is configured for 19.2 Mhz, clock slicer should be
enabled and HPPLL should be bypassed in clock path.

Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@ti.com>
Signed-off-by: Margarita Olaya Cabrera <magi.olaya@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/twl6040.c

index af36346ff3364bdb37b93b620e3cae6f4fbc6444..85dd4fb4c68173960b698197c44e8a395f7907c8 100644 (file)
@@ -928,7 +928,7 @@ static int twl6040_set_dai_sysclk(struct snd_soc_dai *codec_dai,
                case 19200000:
                        /* mclk input, pll disabled */
                        hppllctl |= TWL6040_MCLK_19200KHZ |
-                                   TWL6040_HPLLSQRBP |
+                                   TWL6040_HPLLSQRENA |
                                    TWL6040_HPLLBP;
                        break;
                case 26000000: