summaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/Makefile
diff options
context:
space:
mode:
authorEliot Blennerhassett2010-04-21 18:17:39 +0200
committerTakashi Iwai2010-04-22 07:21:53 +0200
commit719f82d3987aad4cc9f46d19c35f362672545cad (patch)
tree3f9edf749da5e5d11bfa82336db99a01dd489979 /sound/pci/asihpi/Makefile
parentMerge remote branch 'alsa/devel' into topic/misc (diff)
downloadkernel-qcow2-linux-719f82d3987aad4cc9f46d19c35f362672545cad.tar.gz
kernel-qcow2-linux-719f82d3987aad4cc9f46d19c35f362672545cad.tar.xz
kernel-qcow2-linux-719f82d3987aad4cc9f46d19c35f362672545cad.zip
ALSA: Add support of AudioScience ASI boards
Added the support of AudioScience ASI boards. The driver has been tested for years on alsa-driver external tree, now finally got merged to the kernel. Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/Makefile')
-rw-r--r--sound/pci/asihpi/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/asihpi/Makefile b/sound/pci/asihpi/Makefile
new file mode 100644
index 000000000000..391830a4556c
--- /dev/null
+++ b/sound/pci/asihpi/Makefile
@@ -0,0 +1,5 @@
+snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\
+ hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\
+ hpios.o hpi6000.o hpi6205.o hpimsgx.o
+
+obj-$(CONFIG_SND_ASIHPI) += snd-asihpi.o