summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;