From 7572d1e831e1c40591fbb994326142987fd011a7 Mon Sep 17 00:00:00 2001 From: Alejandro Sierra Date: Tue, 28 Aug 2012 10:43:53 -0500 Subject: [PATCH] ENGR00221298 Fix tuner clock frequency on SSI Fix clock frequency configuration on SSI interface for the Tuner driver. Signed-off-by: Alejandro Sierra --- sound/soc/imx/imx-si4763.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/imx/imx-si4763.c b/sound/soc/imx/imx-si4763.c index 3bf7f0340ea9..1dd50e769235 100644 --- a/sound/soc/imx/imx-si4763.c +++ b/sound/soc/imx/imx-si4763.c @@ -94,7 +94,7 @@ static int imx_3stack_si4763_hw_params(struct snd_pcm_substream *substream, /* set the SSI system clock as input (unused) */ snd_soc_dai_set_sysclk(cpu_dai, IMX_SSP_SYS_CLK, 0, SND_SOC_CLOCK_IN); - snd_soc_dai_set_clkdiv(cpu_dai, IMX_SSI_TX_DIV_PM, 9); + snd_soc_dai_set_clkdiv(cpu_dai, IMX_SSI_TX_DIV_PM, 4); snd_soc_dai_set_clkdiv(cpu_dai, IMX_SSI_TX_DIV_2, 1); snd_soc_dai_set_clkdiv(cpu_dai, IMX_SSI_TX_DIV_PSR, 0); return 0; -- 2.39.5