diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-05-24 15:26:32 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-03 13:06:38 +0100 |
commit | 01a0c1139c2bd075d005253093e7060022c5d0cb (patch) | |
tree | 050f53f53e487f90fe00f40622f562fa63372e77 /sound/soc/ux500/Makefile | |
parent | d7e7eb91551ad99244b989d71d092cb0375648fa (diff) |
ASoC: Ux500: Add platform-driver
Add platform-driver handling all DMA-activities.
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
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 19974c5a2ea..4634bf015f6 100644 --- a/sound/soc/ux500/Makefile +++ b/sound/soc/ux500/Makefile @@ -2,3 +2,6 @@ snd-soc-ux500-plat-msp-i2s-objs := ux500_msp_dai.o ux500_msp_i2s.o 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 |