mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
0db18e7eec
In former commits, this driver got functionalities to transfer/receive MIDI messages to/from TASCAM FireWire series. This commit adds some ALSA MIDI ports to enable userspace applications to use the functionalities. I note that this commit doesn't support virtual MIDI ports which console models support. A physical controls can be assigned to a certain MIDI ports including physical and virtual. But the way is not clear. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
5 lines
222 B
Makefile
5 lines
222 B
Makefile
snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \
|
|
tascam-pcm.o tascam-hwdep.o tascam-transaction.o \
|
|
tascam-midi.o tascam.o
|
|
obj-$(CONFIG_SND_FIREWIRE_TASCAM) += snd-firewire-tascam.o
|