summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-cs42888.c
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-06-28 13:04:06 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:50:05 +0800
commit58609cf02e6c569930508e28bd9b6f21c816ede8 (patch)
treef5bcd18daed8d843cb54ceb3e6a35a28ad741037 /sound/soc/fsl/imx-cs42888.c
parent65c3a6b2291266a908cc6a46154396540a9390fd (diff)
MLK-12745-2: ASoC: fsl_esai: remove the channel swap workaround for imx6ull (part 2)
In imx6ull, the esai errata ERR008000 for imx6q/dl is fixed, so remove the workaround from imx6ull. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> [ Aisheng: split ESAI DAI changes ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'sound/soc/fsl/imx-cs42888.c')
-rw-r--r--sound/soc/fsl/imx-cs42888.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-cs42888.c b/sound/soc/fsl/imx-cs42888.c
index f0f2bf461672..8bdb1709be26 100644
--- a/sound/soc/fsl/imx-cs42888.c
+++ b/sound/soc/fsl/imx-cs42888.c
@@ -332,6 +332,7 @@ static int imx_cs42888_probe(struct platform_device *pdev)
}
priv->mclk_freq = clk_get_rate(codec_clk);
+ priv->is_codec_master = false;
if (of_property_read_bool(pdev->dev.of_node, "codec-master"))
priv->is_codec_master = true;