summaryrefslogtreecommitdiff
path: root/sound/atmel/Makefile
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-02-05 13:11:00 +0100
committerTakashi Iwai <tiwai@suse.de>2009-02-05 15:08:51 +0100
commit4ede028f8716523fc31e0d3d01b81405613dfb8f (patch)
treebd8e9ebd0396e1e687f8bd5bd8b2b53f89a53ea1 /sound/atmel/Makefile
parente4967d6016b7785edafdb871e6d3e4426cb4bd1f (diff)
ALSA: Add ALSA driver for Atmel AC97 controller
This patch adds ALSA support for the AC97 controller found on Atmel AVR32 devices. Tested on ATSTK1006 + ATSTK1000 with a development board with a AC97 codec. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/atmel/Makefile')
-rw-r--r--sound/atmel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/atmel/Makefile b/sound/atmel/Makefile
index c5a8213f9cb9..219dcfac6086 100644
--- a/sound/atmel/Makefile
+++ b/sound/atmel/Makefile
@@ -1,3 +1,5 @@
snd-atmel-abdac-objs := abdac.o
+snd-atmel-ac97c-objs := ac97c.o
obj-$(CONFIG_SND_ATMEL_ABDAC) += snd-atmel-abdac.o
+obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o