aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index cd146d4fa805..b38b98cae855 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -190,7 +190,7 @@ static int imx_wm8962_probe(struct platform_device *pdev)
190 dev_err(&pdev->dev, "audmux internal port setup failed\n"); 190 dev_err(&pdev->dev, "audmux internal port setup failed\n");
191 return ret; 191 return ret;
192 } 192 }
193 imx_audmux_v2_configure_port(ext_port, 193 ret = imx_audmux_v2_configure_port(ext_port,
194 IMX_AUDMUX_V2_PTCR_SYN, 194 IMX_AUDMUX_V2_PTCR_SYN,
195 IMX_AUDMUX_V2_PDCR_RXDSEL(int_port)); 195 IMX_AUDMUX_V2_PDCR_RXDSEL(int_port));
196 if (ret) { 196 if (ret) {