Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 1 | config SND_USB_LINE6 |
| 2 | tristate |
Randy Dunlap | bbe364d | 2009-03-18 10:00:16 -0700 | [diff] [blame] | 3 | select SND_RAWMIDI |
Randy Dunlap | e928c07 | 2010-07-27 12:21:19 -0700 | [diff] [blame] | 4 | select SND_PCM |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 5 | |
| 6 | config SND_USB_POD |
Chris Rorvick | c6fffce | 2015-01-20 02:20:49 -0600 | [diff] [blame] | 7 | tristate "Line 6 POD USB support" |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 8 | select SND_USB_LINE6 |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 9 | help |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 10 | This is a driver for PODxt and other similar devices, |
| 11 | supporting the following features: |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 12 | * Reading/writing individual parameters |
| 13 | * Reading/writing complete channel, effects setup, and amp |
| 14 | setup data |
| 15 | * Channel switching |
| 16 | * Virtual MIDI interface |
| 17 | * Tuner access |
| 18 | * Playback/capture/mixer device for any ALSA-compatible PCM |
| 19 | audio application |
| 20 | * Signal routing (record clean/processed guitar signal, |
| 21 | re-amping) |
| 22 | |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 23 | config SND_USB_PODHD |
Chris Rorvick | c6fffce | 2015-01-20 02:20:49 -0600 | [diff] [blame] | 24 | tristate "Line 6 POD HD300/400/500 USB support" |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 25 | select SND_USB_LINE6 |
| 26 | help |
| 27 | This is a driver for POD HD300, 400 and 500 devices. |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 28 | |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 29 | config SND_USB_TONEPORT |
| 30 | tristate "TonePort GX, UX1 and UX2 USB support" |
| 31 | select SND_USB_LINE6 |
Takashi Iwai | f44edd7 | 2015-01-20 09:36:31 +0100 | [diff] [blame] | 32 | select NEW_LEDS |
| 33 | select LEDS_CLASS |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 34 | help |
| 35 | This is a driver for TonePort GX, UX1 and UX2 devices. |
| 36 | |
| 37 | config SND_USB_VARIAX |
| 38 | tristate "Variax Workbench USB support" |
| 39 | select SND_USB_LINE6 |
| 40 | help |
| 41 | This is a driver for Variax Workbench device. |
Markus Grabner | 1027f476 | 2010-08-12 01:35:30 +0200 | [diff] [blame] | 42 | |