summaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire/Makefile
diff options
context:
space:
mode:
authorTorsten Schenk2011-01-24 18:45:30 +0100
committerTakashi Iwai2011-01-24 18:45:30 +0100
commitc6d43ba816d1cf1d125bfbfc938f2a28a87facf9 (patch)
tree6f9c73ddae1efbda97869cc07dac62dc52b75e8f /sound/usb/6fire/Makefile
parentMerge commit 'v2.6.38-rc2' into topic/misc (diff)
downloadkernel-qcow2-linux-c6d43ba816d1cf1d125bfbfc938f2a28a87facf9.tar.gz
kernel-qcow2-linux-c6d43ba816d1cf1d125bfbfc938f2a28a87facf9.tar.xz
kernel-qcow2-linux-c6d43ba816d1cf1d125bfbfc938f2a28a87facf9.zip
ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB
What is working: Everything except SPDIF - Hardware Master volume - PCM 44-192kHz@24 bits, 6 channels out, 4 channels in (analog) - MIDI in/out - firmware loading after cold start - phono/line switching Signed-off-by: Torsten Schenk <torsten.schenk@zoho.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/6fire/Makefile')
-rw-r--r--sound/usb/6fire/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/usb/6fire/Makefile b/sound/usb/6fire/Makefile
new file mode 100644
index 000000000000..dfce6ec53513
--- /dev/null
+++ b/sound/usb/6fire/Makefile
@@ -0,0 +1,3 @@
+snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o
+obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o
+