diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-05-24 17:26:32 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-03 16:06:38 +0400 |
commit | 01a0c1139c2bd075d005253093e7060022c5d0cb (patch) | |
tree | 050f53f53e487f90fe00f40622f562fa63372e77 /sound/soc/ux500/Makefile | |
parent | d7e7eb91551ad99244b989d71d092cb0375648fa (diff) | |
download | linux-01a0c1139c2bd075d005253093e7060022c5d0cb.tar.xz |
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 19974c5a2ea1..4634bf015f62 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 |