summaryrefslogtreecommitdiffstats
path: root/sound/firewire/digi00x/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-10-11 12:30:16 +0900
committerTakashi Iwai <tiwai@suse.de>2015-10-11 18:26:04 +0200
commit9fbfd38b204a3f04272183c0258a3ded03a5aae8 (patch)
tree148f0e92d36712733e7dfdfa3b4309f27ade5fb3 /sound/firewire/digi00x/Makefile
parent9dc5d31cdceb5f1ee65edc8a41a5bc7c92d85dd5 (diff)
downloadlinux-9fbfd38b204a3f04272183c0258a3ded03a5aae8.tar.bz2
ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochronous packet streaming
This commit adds MIDI functionality to capture/playback MIDI messages from/to physical MIDI ports. These messages are transferred in isochronous packets. When no substreams request AMDTP streams to run, this driver starts the streams at current sampling rate. When other substreams start at different sampling rate, the streams are stopped temporarily, then start again at requested sampling rate. This operation can generate missing MIDI bytes, thus it's preferable to start PCM substreams at favorite sampling rate in advance. Digi 002/003 console also has a set of MIDI port for physical controls. These ports are added in later commits. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/digi00x/Makefile')
-rw-r--r--sound/firewire/digi00x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile
index 28e3d137ef57..1123e68c8b28 100644
--- a/sound/firewire/digi00x/Makefile
+++ b/sound/firewire/digi00x/Makefile
@@ -1,4 +1,4 @@
snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
digi00x-pcm.o digi00x-hwdep.o \
- digi00x-transaction.o digi00x.o
+ digi00x-transaction.o digi00x-midi.o digi00x.o
obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += snd-firewire-digi00x.o