aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/Makefile
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@nokia.com>2008-04-25 13:55:19 +0200
committerTakashi Iwai <tiwai@suse.de>2008-04-29 19:01:56 +0200
commit2e74796a45ee05bd901968ef1eb6cb884d1dca5e (patch)
treeeb674d0f0ab9b803756aa157f728e6aef6792dea /sound/soc/omap/Makefile
parent[ALSA] ice1724 - Enable watermarks (diff)
downloadlinux-dev-2e74796a45ee05bd901968ef1eb6cb884d1dca5e.tar.xz
linux-dev-2e74796a45ee05bd901968ef1eb6cb884d1dca5e.zip
[ALSA] ASoC: Add drivers for the Texas Instruments OMAP processors
Add common OMAP ASoC drivers and machine driver for Nokia N810. Currently supported features are: - Covers OMAPs from 1510 to 2420 - Common DMA driver - DAI link driver using McBSP port in I2S mode - Basic machine driver for Nokia N810 Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/omap/Makefile')
-rw-r--r--sound/soc/omap/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile
new file mode 100644
index 000000000000..d8d8d58075e3
--- /dev/null
+++ b/sound/soc/omap/Makefile
@@ -0,0 +1,11 @@
+# OMAP Platform Support
+snd-soc-omap-objs := omap-pcm.o
+snd-soc-omap-mcbsp-objs := omap-mcbsp.o
+
+obj-$(CONFIG_SND_OMAP_SOC) += snd-soc-omap.o
+obj-$(CONFIG_SND_OMAP_SOC_MCBSP) += snd-soc-omap-mcbsp.o
+
+# OMAP Machine Support
+snd-soc-n810-objs := n810.o
+
+obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o