summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-04-25 15:45:09 +0200
committerTakashi Iwai2014-05-26 14:28:01 +0200
commita63d3ff1059a4d2236521e4fdbafabfc62b4f81a (patch)
tree4598ead1e5c0f3e3b09881d361cd892475be1b88 /sound/firewire/fireworks/Makefile
parentALSA: fireworks: Add proc interface for debugging purpose (diff)
downloadkernel-qcow2-linux-a63d3ff1059a4d2236521e4fdbafabfc62b4f81a.tar.gz
kernel-qcow2-linux-a63d3ff1059a4d2236521e4fdbafabfc62b4f81a.tar.xz
kernel-qcow2-linux-a63d3ff1059a4d2236521e4fdbafabfc62b4f81a.zip
ALSA: fireworks: Add MIDI interface
This commit adds a functionality to capture/playback MIDI messages. When no AMDTP streams are running, this driver starts AMDTP stream for MIDI stream at current sampling rate. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireworks/Makefile')
-rw-r--r--sound/firewire/fireworks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/Makefile b/sound/firewire/fireworks/Makefile
index 52bd15e285b0..a2cecc6d8a4a 100644
--- a/sound/firewire/fireworks/Makefile
+++ b/sound/firewire/fireworks/Makefile
@@ -1,3 +1,4 @@
snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \
- fireworks_stream.o fireworks_proc.o fireworks.o
+ fireworks_stream.o fireworks_proc.o fireworks_midi.o \
+ fireworks.o
obj-m += snd-fireworks.o