mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
ASoC: TWL6040: Fix playback with 19.2 Mhz MCLK
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>
This commit is contained in:
parent
ad8332c130
commit
44ebaa5de1
@ -928,7 +928,7 @@ static int twl6040_set_dai_sysclk(struct snd_soc_dai *codec_dai,
|
|||||||
case 19200000:
|
case 19200000:
|
||||||
/* mclk input, pll disabled */
|
/* mclk input, pll disabled */
|
||||||
hppllctl |= TWL6040_MCLK_19200KHZ |
|
hppllctl |= TWL6040_MCLK_19200KHZ |
|
||||||
TWL6040_HPLLSQRBP |
|
TWL6040_HPLLSQRENA |
|
||||||
TWL6040_HPLLBP;
|
TWL6040_HPLLBP;
|
||||||
break;
|
break;
|
||||||
case 26000000:
|
case 26000000:
|
||||||
|
Loading…
Reference in New Issue
Block a user