Kconfig 1.1 KB
Newer Older
T
Takashi Iwai 已提交
1 2
config SND_USB_LINE6
	tristate
3
	select SND_RAWMIDI
4
	select SND_PCM
T
Takashi Iwai 已提交
5 6

config SND_USB_POD
7
	tristate "Line 6 POD USB support"
T
Takashi Iwai 已提交
8
	select SND_USB_LINE6
M
Markus Grabner 已提交
9
	help
T
Takashi Iwai 已提交
10 11
	  This is a driver for PODxt and other similar devices,
	  supporting the following features:
M
Markus Grabner 已提交
12 13 14 15 16 17 18 19 20 21 22
	    * Reading/writing individual parameters
	    * Reading/writing complete channel, effects setup, and amp
	      setup data
	    * Channel switching
	    * Virtual MIDI interface
	    * Tuner access
	    * Playback/capture/mixer device for any ALSA-compatible PCM
	      audio application
	    * Signal routing (record clean/processed guitar signal,
	      re-amping)

T
Takashi Iwai 已提交
23
config SND_USB_PODHD
24
	tristate "Line 6 POD HD300/400/500 USB support"
T
Takashi Iwai 已提交
25 26 27
	select SND_USB_LINE6
	help
	  This is a driver for POD HD300, 400 and 500 devices.
M
Markus Grabner 已提交
28

T
Takashi Iwai 已提交
29 30 31
config SND_USB_TONEPORT
	tristate "TonePort GX, UX1 and UX2 USB support"
	select SND_USB_LINE6
32 33
	select NEW_LEDS
	select LEDS_CLASS
T
Takashi Iwai 已提交
34 35 36 37 38 39 40 41
	help
	  This is a driver for TonePort GX, UX1 and UX2 devices.

config SND_USB_VARIAX
	tristate "Variax Workbench USB support"
	select SND_USB_LINE6
	help
	  This is a driver for Variax Workbench device.
42