summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sierra <b18039@freescale.com>2012-08-28 10:43:53 -0500
committerAlejandro Sierra <b18039@freescale.com>2012-08-28 10:59:07 -0500
commit18c33d3fad9608532ac93efc6546f44aeb89de37 (patch)
treed1cf26572b1bdc64174f4eb3db7825b7b6e9c7dc
parentcbcfdf5c48a38330beb42fb30a0318cc86fa5791 (diff)
ENGR00221298 Fix tuner clock frequency on SSI
Fix clock frequency configuration on SSI interface for the Tuner driver. Signed-off-by: Alejandro Sierra <b18039@freescale.com>
-rw-r--r--sound/soc/imx/imx-si4763.c2
1 files changed, 1 insertions, 1 deletions
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;