diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-06-12 06:50:08 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-17 19:46:12 (GMT) |
commit | e0690385a86cac5403a62d91dc146f2508416ded (patch) | |
tree | 05a1e5b22c404f0dab9dc963f18fa9ea96b6bfd9 /sound/soc/ux500/Makefile | |
parent | 62ae68fa5d6d6f93d8ca8d00e21ad7ac410f9d58 (diff) | |
download | linux-e0690385a86cac5403a62d91dc146f2508416ded.tar.xz |
ASoC: Ux500: Add machine-driver
Add machine-driver for ST-Ericsson U8500 platform, including
support for the AB8500-codec.
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/Makefile')
-rw-r--r-- | sound/soc/ux500/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/ux500/Makefile b/sound/soc/ux500/Makefile index 4634bf0..cce0c11 100644 --- a/sound/soc/ux500/Makefile +++ b/sound/soc/ux500/Makefile @@ -5,3 +5,6 @@ obj-$(CONFIG_SND_SOC_UX500_PLAT_MSP_I2S) += snd-soc-ux500-plat-msp-i2s.o snd-soc-ux500-plat-dma-objs := ux500_pcm.o obj-$(CONFIG_SND_SOC_UX500_PLAT_DMA) += snd-soc-ux500-plat-dma.o + +snd-soc-ux500-mach-mop500-objs := mop500.o mop500_ab8500.o +obj-$(CONFIG_SND_SOC_UX500_MACH_MOP500) += snd-soc-ux500-mach-mop500.o |