diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-13 00:29:57 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-13 00:29:57 +0300 |
commit | 61864d844c296933d40c02683252bbea5193b101 (patch) | |
tree | af106a2061e9b33dfbffdf761406cf5ff890ba2d /sound/usb/line6/Makefile | |
parent | d29b854fe9036a505af373ac485b2110ebae6ccd (diff) | |
download | linux-61864d844c296933d40c02683252bbea5193b101.tar.xz |
ALSA: move line6 usb driver into sound/usb
Promote line6 driver from staging to sound/usb/line6 directory, and
maintain through sound subsystem tree.
This commit just moves the code and adapts Makefile / Kconfig.
The further renames and misc cleanups will follow.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/Makefile')
-rw-r--r-- | sound/usb/line6/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/usb/line6/Makefile b/sound/usb/line6/Makefile new file mode 100644 index 000000000000..ae5c374b0f87 --- /dev/null +++ b/sound/usb/line6/Makefile @@ -0,0 +1,14 @@ +obj-$(CONFIG_LINE6_USB) += line6usb.o + +line6usb-y := \ + audio.o \ + capture.o \ + driver.o \ + midi.o \ + midibuf.o \ + pcm.o \ + playback.o \ + pod.o \ + toneport.o \ + variax.o \ + podhd.o |