summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-04-25 15:45:22 +0200
committerTakashi Iwai2014-05-26 14:31:25 +0200
commit326b9cacf4932588156a920d67aab8b7b69d7a40 (patch)
treecb79e21b05cfe1dcb88d0661f278d6c4f40758ec /sound/firewire/bebob/Makefile
parentALSA: bebob: Prepare for device specific operations (diff)
downloadkernel-qcow2-linux-326b9cacf4932588156a920d67aab8b7b69d7a40.tar.gz
kernel-qcow2-linux-326b9cacf4932588156a920d67aab8b7b69d7a40.tar.xz
kernel-qcow2-linux-326b9cacf4932588156a920d67aab8b7b69d7a40.zip
ALSA: bebob: Add support for Terratec PHASE, EWS series and Aureon
This commit allows this driver to support all of models which Terratec produced with DM1000/BeBoB. They are: - PHASE 24 FW - PHASE X24 FW - PHASE 88 Rack FW - EWS MIC2 - EWS MIC4 - Aureon 7.1 Firewire For Phase series, this commit adds a Terratec specific operation. To get source of clock. AV/C Audio Subunit command is used. For EWS series and Aureon, this module uses normal operations. Tested-by: Maximilian Engelhardt <maxi@daemonizer.de> (PHASE 24 FW) Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/Makefile')
-rw-r--r--sound/firewire/bebob/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/bebob/Makefile b/sound/firewire/bebob/Makefile
index e4b08e38dd23..cb38dd1ddefe 100644
--- a/sound/firewire/bebob/Makefile
+++ b/sound/firewire/bebob/Makefile
@@ -1,3 +1,3 @@
snd-bebob-objs := bebob_command.o bebob_stream.o bebob_proc.o bebob_midi.o \
- bebob_pcm.o bebob_hwdep.o bebob.o
+ bebob_pcm.o bebob_hwdep.o bebob_terratec.o bebob.o
obj-m += snd-bebob.o