Skip to content

Commit 61864d8

Browse files
committed
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 <[email protected]>
1 parent d29b854 commit 61864d8

30 files changed

+3
-3
lines changed

drivers/staging/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ source "drivers/staging/rtl8723au/Kconfig"
4646

4747
source "drivers/staging/rts5208/Kconfig"
4848

49-
source "drivers/staging/line6/Kconfig"
50-
5149
source "drivers/staging/octeon/Kconfig"
5250

5351
source "drivers/staging/octeon-usb/Kconfig"

drivers/staging/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_R8712U) += rtl8712/
1515
obj-$(CONFIG_R8188EU) += rtl8188eu/
1616
obj-$(CONFIG_R8723AU) += rtl8723au/
1717
obj-$(CONFIG_RTS5208) += rts5208/
18-
obj-$(CONFIG_LINE6_USB) += line6/
1918
obj-$(CONFIG_NETLOGIC_XLR_NET) += netlogic/
2019
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
2120
obj-$(CONFIG_OCTEON_USB) += octeon-usb/

sound/usb/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,7 @@ config SND_BCD2000
160160
To compile this driver as a module, choose M here: the module
161161
will be called snd-bcd2000.
162162

163+
source "sound/usb/line6/Kconfig"
164+
163165
endif # SND_USB
164166

sound/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ obj-$(CONFIG_SND_USB_USX2Y) += snd-usbmidi-lib.o
2525
obj-$(CONFIG_SND_USB_US122L) += snd-usbmidi-lib.o
2626

2727
obj-$(CONFIG_SND) += misc/ usx2y/ caiaq/ 6fire/ hiface/ bcd2000/
28+
obj-$(CONFIG_LINE6_USB) += line6/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)