summaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/Makefile
diff options
context:
space:
mode:
authorjavier Martin2009-08-04 17:17:52 +0200
committerMark Brown2009-08-05 23:31:54 +0200
commitfd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd (patch)
treed2678fcfa7a98b893e295148d618ebdd36992c4f /sound/soc/imx/Makefile
parentLinux 2.6.30 (diff)
downloadkernel-qcow2-linux-fd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd.tar.gz
kernel-qcow2-linux-fd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd.tar.xz
kernel-qcow2-linux-fd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd.zip
ASoC: add DMA platform driver for MX1x and MX2x
This adds support for DMA platform valid for i.MX1 and i.MX2 platforms. This is not valid for i.MX3 since it doesn't share the same DMA interface than i.MX1 and i.MX2. It has been tested on i.MX27 board. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx/Makefile')
-rw-r--r--sound/soc/imx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/imx/Makefile b/sound/soc/imx/Makefile
new file mode 100644
index 000000000000..c390f0f6960d
--- /dev/null
+++ b/sound/soc/imx/Makefile
@@ -0,0 +1,4 @@
+# i.MX Platform Support
+snd-soc-mx1_mx2-objs := mx1_mx2-pcm.o
+
+obj-$(CONFIG_SND_MX1_MX2_SOC) += snd-soc-mx1_mx2.o