summaryrefslogtreecommitdiff
path: root/sound/soc/au1x/Makefile
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2011-07-25 13:44:46 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-07-27 19:10:48 +0100
commitb2ce305dda483e59a78d5aa6e4211034c0cea38d (patch)
tree995694664f2b2654a0ff121277ec59875da56d05 /sound/soc/au1x/Makefile
parentb3c70c9ea62a3ae6c63536e43fa28f965a56de91 (diff)
ASoC: Add a DB1x00 AC97 machine driver
Add a machine driver suitable for the AC97 part on the DB1000/DB1500/DB1100 boards. Run-tested on DB1500. Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/au1x/Makefile')
-rw-r--r--sound/soc/au1x/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/au1x/Makefile b/sound/soc/au1x/Makefile
index ff5531eee613..920710514ea0 100644
--- a/sound/soc/au1x/Makefile
+++ b/sound/soc/au1x/Makefile
@@ -16,6 +16,8 @@ obj-$(CONFIG_SND_SOC_AU1XAC97C) += snd-soc-au1x-ac97c.o
obj-$(CONFIG_SND_SOC_AU1XI2SC) += snd-soc-au1x-i2sc.o
# Boards
+snd-soc-db1000-objs := db1000.o
snd-soc-db1200-objs := db1200.o
+obj-$(CONFIG_SND_SOC_DB1000) += snd-soc-db1000.o
obj-$(CONFIG_SND_SOC_DB1200) += snd-soc-db1200.o