aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/at32/Makefile
diff options
context:
space:
mode:
authorGeoffrey Wossum <geoffrey@pager.net>2008-06-05 13:49:34 +0100
committerTakashi Iwai <tiwai@suse.de>2008-06-06 11:54:38 +0200
commit9aaca9683b014c4d718f32cbddb42e5b36ea3c0f (patch)
tree68b5817eae0ccd0fbb549d1e8f5184d4ffbb3834 /sound/soc/at32/Makefile
parentf10485e79882bf09cf442a673511154987b43e3b (diff)
[ALSA] Revised AT32 ASoC Patch
Attached is a revised version of my patch to add AT32 to ASoC. This cleans most of the style issues associated with the previous patch. Also fixes an issue with the playpaq_wm8510.c code depending on a non-released patch to th AT32 portmux support. Patch is against 2.6.24.3.atmel.3 kernel, the latest AVR32 kernel Atmel has released, with the linux-2.6-asoc patches from when v2.6.24 was tagged also applied. [Fixed up minor checkpatch issues and updated for current kernels -- broonie] Signed-off-by: Geoffrey Wossum <gwossum@acm.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/at32/Makefile')
-rw-r--r--sound/soc/at32/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/at32/Makefile b/sound/soc/at32/Makefile
new file mode 100644
index 00000000000..c03e55ecece
--- /dev/null
+++ b/sound/soc/at32/Makefile
@@ -0,0 +1,11 @@
+# AT32 Platform Support
+snd-soc-at32-objs := at32-pcm.o
+snd-soc-at32-ssc-objs := at32-ssc.o
+
+obj-$(CONFIG_SND_AT32_SOC) += snd-soc-at32.o
+obj-$(CONFIG_SND_AT32_SOC_SSC) += snd-soc-at32-ssc.o
+
+# AT32 Machine Support
+snd-soc-playpaq-objs := playpaq_wm8510.o
+
+obj-$(CONFIG_SND_AT32_SOC_PLAYPAQ) += snd-soc-playpaq.o