diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-03-31 15:06:04 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-04-05 21:31:34 +0200 |
commit | ff2c293efaf43feb120f6b166891e5eca0cf3ccc (patch) | |
tree | a2a9b5ce0b457147d751dab2839198d6432ae598 /sound/firewire/fireface/Makefile | |
parent | ALSA: fireface: add transaction support (diff) | |
download | linux-ff2c293efaf43feb120f6b166891e5eca0cf3ccc.tar.xz linux-ff2c293efaf43feb120f6b166891e5eca0cf3ccc.zip |
ALSA: fireface: add support for MIDI functionality
In previous commit, fireface driver supports unique transaction mechanism
for MIDI feature. This commit adds MIDI functionality for userspace
applications.
As I wrote in a followed commit, user space applications get some
requirement from this driver. It should not touch a register to which
units transmit MIDI messages. It should configure a register in which
MIDI transmission is controlled.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireface/Makefile')
-rw-r--r-- | sound/firewire/fireface/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile index 864aacc80256..8e465e4bd539 100644 --- a/sound/firewire/fireface/Makefile +++ b/sound/firewire/fireface/Makefile @@ -1,2 +1,2 @@ -snd-fireface-objs := ff.o ff-transaction.o +snd-fireface-objs := ff.o ff-transaction.o ff-midi.o obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o |