OSDN Git Service

ALSA: line6: Split to each driver
authorTakashi Iwai <tiwai@suse.de>
Thu, 15 Jan 2015 07:22:31 +0000 (08:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Jan 2015 07:14:17 +0000 (08:14 +0100)
commitccddbe4a99536154e61d16c0f1c2df8a6d63f52a
tree440dbf9f275211e88b7594834041330f1ba2fb2b
parent0f2524b347b1ce16ce6a34cb194445e25bc6ae42
ALSA: line6: Split to each driver

Split to each individual driver for POD, PODHD, TonePort and Variax
with a core LINE6 helper module.  The new modules follow the standard
ALSA naming rule with snd prefix: snd-usb-pod, snd-usb-podhd,
snd-usb-toneport and snd-usb-variax, together with the corresponding
CONFIG_SND_USB_* Kconfig items.

Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
18 files changed:
sound/usb/Makefile
sound/usb/line6/Kconfig
sound/usb/line6/Makefile
sound/usb/line6/audio.c
sound/usb/line6/capture.c
sound/usb/line6/driver.c
sound/usb/line6/driver.h
sound/usb/line6/midi.c
sound/usb/line6/pcm.c
sound/usb/line6/playback.c
sound/usb/line6/pod.c
sound/usb/line6/pod.h [deleted file]
sound/usb/line6/podhd.c
sound/usb/line6/podhd.h [deleted file]
sound/usb/line6/toneport.c
sound/usb/line6/toneport.h [deleted file]
sound/usb/line6/variax.c
sound/usb/line6/variax.h [deleted file]