mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 09:36:42 +07:00
ff2c293efa
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>
3 lines
98 B
Makefile
3 lines
98 B
Makefile
snd-fireface-objs := ff.o ff-transaction.o ff-midi.o
|
|
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o
|