blob: 39b400392d714801b135276bb11c1b7f0c44665c [file] [log] [blame]
Takashi Iwaiccddbe42015-01-15 08:22:31 +01001config SND_USB_LINE6
2 tristate
Randy Dunlapbbe364d2009-03-18 10:00:16 -07003 select SND_RAWMIDI
Randy Dunlape928c072010-07-27 12:21:19 -07004 select SND_PCM
Valdis Kletnieks0da325a2016-09-20 18:14:53 -04005 select SND_HWDEP
Takashi Iwaiccddbe42015-01-15 08:22:31 +01006
7config SND_USB_POD
Chris Rorvickc6fffce2015-01-20 02:20:49 -06008 tristate "Line 6 POD USB support"
Takashi Iwaiccddbe42015-01-15 08:22:31 +01009 select SND_USB_LINE6
Markus Grabner705ecec2009-02-27 19:43:04 -080010 help
Takashi Iwaiccddbe42015-01-15 08:22:31 +010011 This is a driver for PODxt and other similar devices,
12 supporting the following features:
Markus Grabner705ecec2009-02-27 19:43:04 -080013 * Reading/writing individual parameters
14 * Reading/writing complete channel, effects setup, and amp
15 setup data
16 * Channel switching
17 * Virtual MIDI interface
18 * Tuner access
19 * Playback/capture/mixer device for any ALSA-compatible PCM
20 audio application
21 * Signal routing (record clean/processed guitar signal,
22 re-amping)
23
Takashi Iwaiccddbe42015-01-15 08:22:31 +010024config SND_USB_PODHD
Andrej Krutak790869d2016-09-18 20:59:28 +020025 tristate "Line 6 POD X3/HD300/400/500 USB support"
Takashi Iwaiccddbe42015-01-15 08:22:31 +010026 select SND_USB_LINE6
27 help
Andrej Krutak790869d2016-09-18 20:59:28 +020028 This is a driver for POD X3, HD300, 400 and 500 devices.
Markus Grabner705ecec2009-02-27 19:43:04 -080029
Takashi Iwaiccddbe42015-01-15 08:22:31 +010030config SND_USB_TONEPORT
31 tristate "TonePort GX, UX1 and UX2 USB support"
32 select SND_USB_LINE6
Takashi Iwaif44edd72015-01-20 09:36:31 +010033 select NEW_LEDS
34 select LEDS_CLASS
Takashi Iwaiccddbe42015-01-15 08:22:31 +010035 help
36 This is a driver for TonePort GX, UX1 and UX2 devices.
37
38config SND_USB_VARIAX
39 tristate "Variax Workbench USB support"
40 select SND_USB_LINE6
41 help
42 This is a driver for Variax Workbench device.
Markus Grabner1027f472010-08-12 01:35:30 +020043