mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
1999c3a035
Add a MIDI driver for the Stanton FireWire DJ controllers. Tested-by: Sean M. Pappalardo - D.J. Pegasus <spappalardo@mixxx.org> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
11 lines
382 B
Makefile
11 lines
382 B
Makefile
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
fcp.o cmp.o amdtp.o
|
|
snd-firewire-speakers-objs := speakers.o
|
|
snd-isight-objs := isight.o
|
|
snd-scs1x-objs := scs1x.o
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
|
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|