summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-27 06:52:46 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:17:00 +0800
commit41427b54eae88e5c13471f559421b2f4cd3bd9de (patch)
tree030f284c05765f948ed550aa466f314cad16e22c
parenta7090ab28ca0d400f4bcb22a223a5a7d4d181643 (diff)
downloadlinux-41427b54eae88e5c13471f559421b2f4cd3bd9de.tar.gz
ENGR00160930-5 Add support for SSI audio on MX6 Sabre-lite
Add support for the SSI audio through the SGTL codec on MX6 Sabre-lite board Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
-rw-r--r--sound/soc/imx/Kconfig2
-rw-r--r--sound/soc/imx/imx-sgtl5000.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index 61cf93ebd27e..3ea833d642ce 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -52,7 +52,7 @@ config SND_SOC_PHYCORE_AC97
config SND_SOC_IMX_SGTL5000
tristate "SoC Audio support for i.MX boards with sgtl5000"
- depends on MACH_MX35_3DS || MACH_MX51_BABBAGE
+ depends on MACH_MX35_3DS || MACH_MX51_BABBAGE || MACH_MX6Q_SABRELITE
select SND_SOC_SGTL5000
select SND_MXC_SOC_MX2
help
diff --git a/sound/soc/imx/imx-sgtl5000.c b/sound/soc/imx/imx-sgtl5000.c
index 0ebc6001ede1..9325dc8e346c 100644
--- a/sound/soc/imx/imx-sgtl5000.c
+++ b/sound/soc/imx/imx-sgtl5000.c
@@ -363,7 +363,7 @@ static int __init imx_sgtl5000_init(void)
if (ret)
return -ENOMEM;
- if (machine_is_mx35_3ds())
+ if (machine_is_mx35_3ds() || machine_is_mx6q_sabrelite())
imx_sgtl5000_dai[0].codec_name = "sgtl5000.0-000a";
else
imx_sgtl5000_dai[0].codec_name = "sgtl5000.1-000a";