diff options
author | Mahesh Mahadevan <r9aadq@freescale.com> | 2011-10-27 06:52:46 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:03:44 +0800 |
commit | 29d8b63da73aac1d17102655d4db72c97a8e1f52 (patch) | |
tree | 3583bb2693b5c5c4ac6810a9370532fd9b551f6a /sound | |
parent | 64640d56909339068f86d926a767d24e5ca3b858 (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/Kconfig | 2 | ||||
-rw-r--r-- | sound/soc/imx/imx-sgtl5000.c | 2 |
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"; |