summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-27 06:52:46 -0500
committerMahesh Mahadevan <r9aadq@freescale.com>2011-10-31 09:32:05 -0500
commitcd7152942c93cc93030f741119652c570cf02ceb (patch)
treec39788ce0e8dd3ab303e39676bf2492ef05d5864 /sound
parent11af0c56a5927a881bfe881c58755880babceb13 (diff)
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>
Diffstat (limited to 'sound')
-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 86296c4f8c7a..0a2c2dadd2f9 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -48,7 +48,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";