Commit 1d73ad29 authored by Philippe Rétornaz's avatar Philippe Rétornaz Committed by Mark Brown

ASoC: fsl: Fix sound on mx31moboard

Commit 42810d (ASoC: imx-mc13783: Add audmux settings for mx27pdk) broke
the sound on mx31moboard. Restore back the audmux setting on such boards.
Signed-off-by: default avatarPhilippe Rétornaz <philippe.retornaz@epfl.ch>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent db8d3af3
...@@ -112,7 +112,7 @@ static int imx_mc13783_probe(struct platform_device *pdev) ...@@ -112,7 +112,7 @@ static int imx_mc13783_probe(struct platform_device *pdev)
return ret; return ret;
} }
if (machine_is_mx31_3ds()) { if (machine_is_mx31_3ds() || machine_is_mx31moboard()) {
imx_audmux_v2_configure_port(MX31_AUDMUX_PORT4_SSI_PINS_4, imx_audmux_v2_configure_port(MX31_AUDMUX_PORT4_SSI_PINS_4,
IMX_AUDMUX_V2_PTCR_SYN, IMX_AUDMUX_V2_PTCR_SYN,
IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT1_SSI0) | IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT1_SSI0) |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment