mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
bc700ab140
As part of the USB audio code cleanup, move the non-standard ua101 driver out of the way. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 lines
368 B
Makefile
15 lines
368 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_UA101) += snd-usb-lib.o
|
|
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o
|
|
obj-$(CONFIG_SND_USB_US122L) += snd-usb-lib.o
|
|
|
|
obj-$(CONFIG_SND) += misc/ usx2y/ caiaq/
|