diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-03-04 13:46:11 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-05 02:15:36 -0500 |
commit | bc700ab1407864ebee838de53c9565a394f4da38 (patch) | |
tree | a52f0103f4554c8d9f57aeee087204ce80e2f7f9 /sound/usb/Makefile | |
parent | 282572b5ab99cf27073210ca60b80dd085e1a469 (diff) |
ALSA: usb-audio: move ua101 driver
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>
Diffstat (limited to 'sound/usb/Makefile')
-rw-r--r-- | sound/usb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile index 5bf64aef9558..b0e55973c68e 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile | |||
@@ -4,12 +4,11 @@ | |||
4 | 4 | ||
5 | snd-usb-audio-objs := usbaudio.o usbmixer.o | 5 | snd-usb-audio-objs := usbaudio.o usbmixer.o |
6 | snd-usb-lib-objs := usbmidi.o | 6 | snd-usb-lib-objs := usbmidi.o |
7 | snd-ua101-objs := ua101.o | ||
8 | 7 | ||
9 | # Toplevel Module Dependency | 8 | # Toplevel Module Dependency |
10 | obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o | 9 | obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o |
11 | obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o snd-usb-lib.o | 10 | obj-$(CONFIG_SND_USB_UA101) += snd-usb-lib.o |
12 | obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o | 11 | obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o |
13 | obj-$(CONFIG_SND_USB_US122L) += snd-usb-lib.o | 12 | obj-$(CONFIG_SND_USB_US122L) += snd-usb-lib.o |
14 | 13 | ||
15 | obj-$(CONFIG_SND) += usx2y/ caiaq/ | 14 | obj-$(CONFIG_SND) += misc/ usx2y/ caiaq/ |