From 58609cf02e6c569930508e28bd9b6f21c816ede8 Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Fri, 28 Jun 2019 13:04:06 +0800 Subject: 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 [ Aisheng: split ESAI DAI changes ] Signed-off-by: Dong Aisheng --- sound/soc/fsl/imx-cs42888.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/fsl/imx-cs42888.c') 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; -- cgit v1.2.3