mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
523f1dce37
Add snd-usb-caiaq driver to support caiaq usb-audio devices from Native Instrument: * Native Instruments RigKontrol2 * Native Instruments Kore Controller * Native Instruments Audio Kontrol 1 * Native Instruments Audio 8 DJ Signed-off-by: Daniel Mack <daniel@caiaq.org> Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
13 lines
271 B
Makefile
13 lines
271 B
Makefile
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
snd-usb-audio-objs := usbaudio.o usbmixer.o
|
|
snd-usb-lib-objs := usbmidi.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o
|
|
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o
|
|
|
|
obj-$(CONFIG_SND) += usx2y/ caiaq/
|