summaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-3stack-sgtl5000.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/imx/imx-3stack-sgtl5000.c')
-rw-r--r--sound/soc/imx/imx-3stack-sgtl5000.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-3stack-sgtl5000.c b/sound/soc/imx/imx-3stack-sgtl5000.c
index c1b7d401fbcd..cccc0bda6150 100644
--- a/sound/soc/imx/imx-3stack-sgtl5000.c
+++ b/sound/soc/imx/imx-3stack-sgtl5000.c
@@ -585,8 +585,11 @@ static int __devinit imx_3stack_sgtl5000_probe(struct platform_device *pdev)
if (plat->src_port == 2)
sgtl5000_cpu_dai = imx_ssi_dai[2];
- else
+ else if (plat->src_port == 1)
sgtl5000_cpu_dai = imx_ssi_dai[0];
+ else if (plat->src_port == 7)
+ sgtl5000_cpu_dai = imx_ssi_dai[4];
+
imx_3stack_dai.cpu_dai = sgtl5000_cpu_dai;