summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorShengjiu Wang <b02247@freescale.com>2014-04-29 13:20:34 +0800
committerShengjiu Wang <b02247@freescale.com>2014-04-29 13:43:30 +0800
commitdbabe971995f7ef93b05ea45141e8f1a0927f1ec (patch)
tree79d4c4c9153eb8dcc245d00b0874cf030dedc8e0 /sound
parent22d1bec44929e5fb6fa8316c4687d493c7d264b4 (diff)
ENGR00311007 ASoC: fsl: mclk changed for slx
mclk of cs42888 is changed for slx. Signed-off-by: Shengjiu Wang <b02247@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/imx-cs42888.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-cs42888.c b/sound/soc/fsl/imx-cs42888.c
index f625cd609853..b8d7b747ba5f 100644
--- a/sound/soc/fsl/imx-cs42888.c
+++ b/sound/soc/fsl/imx-cs42888.c
@@ -238,7 +238,7 @@ static int imx_cs42888_probe(struct platform_device *pdev)
}
if (!strcmp(mclk_name, "codec_osc"))
priv->codec_mclk = CODEC_CLK_EXTER_OSC;
- else if (!strcmp(mclk_name, "esai"))
+ else if (!strcmp(mclk_name, "esai_extal"))
priv->codec_mclk = CODEC_CLK_ESAI_HCKT;
else {
dev_err(&pdev->dev, "mclk source is not correct %s\n", mclk_name);