summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-04-25 22:45:23 +0900
committerTakashi Iwai <tiwai@suse.de>2014-05-26 14:31:38 +0200
commit8ac98a3585ee7ad0c1bd03b098784a10e13bee21 (patch)
tree1c3e50c3f56e828959e9a9b623c1c49b99b7cc6f /sound/firewire/bebob/Makefile
parent326b9cacf4932588156a920d67aab8b7b69d7a40 (diff)
downloadlinux-8ac98a3585ee7ad0c1bd03b098784a10e13bee21.tar.bz2
ALSA: bebob: Add support for Yamaha GO series
This commit allows this driver to support all of models which Yamaha produced with DM1000/BeBoB. They are: - GO44 - GO46 This commit adds Yamaha specific operations. To get source of clock, AV/C Audio Subunit command is used. I note that their appearances are similar to some models of TerraTec; 'Go44' is similar to 'PHASE 24 FW' and 'GO46' is similar to 'PHASE X24 FW'. But their combination of Audio/Music subunits is a bit different. 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/bebob/Makefile b/sound/firewire/bebob/Makefile
index cb38dd1ddefe..c35eee105135 100644
--- a/sound/firewire/bebob/Makefile
+++ b/sound/firewire/bebob/Makefile
@@ -1,3 +1,4 @@
snd-bebob-objs := bebob_command.o bebob_stream.o bebob_proc.o bebob_midi.o \
- bebob_pcm.o bebob_hwdep.o bebob_terratec.o bebob.o
+ bebob_pcm.o bebob_hwdep.o bebob_terratec.o bebob_yamaha.o \
+ bebob.o
obj-m += snd-bebob.o