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 |
Valdis Kletnieks | 0da325a | 2016-09-20 18:14:53 -0400 | [diff] [blame] | 5 | select SND_HWDEP |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 6 | |
| 7 | config SND_USB_POD |
Chris Rorvick | c6fffce | 2015-01-20 02:20:49 -0600 | [diff] [blame] | 8 | tristate "Line 6 POD USB support" |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 9 | select SND_USB_LINE6 |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 10 | help |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 11 | This is a driver for PODxt and other similar devices, |
| 12 | supporting the following features: |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 13 | * 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 Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 24 | config SND_USB_PODHD |
Andrej Krutak | 790869d | 2016-09-18 20:59:28 +0200 | [diff] [blame] | 25 | tristate "Line 6 POD X3/HD300/400/500 USB support" |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 26 | select SND_USB_LINE6 |
| 27 | help |
Andrej Krutak | 790869d | 2016-09-18 20:59:28 +0200 | [diff] [blame] | 28 | This is a driver for POD X3, HD300, 400 and 500 devices. |
Markus Grabner | 705ecec | 2009-02-27 19:43:04 -0800 | [diff] [blame] | 29 | |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 30 | config SND_USB_TONEPORT |
| 31 | tristate "TonePort GX, UX1 and UX2 USB support" |
| 32 | select SND_USB_LINE6 |
Takashi Iwai | f44edd7 | 2015-01-20 09:36:31 +0100 | [diff] [blame] | 33 | select NEW_LEDS |
| 34 | select LEDS_CLASS |
Takashi Iwai | ccddbe4 | 2015-01-15 08:22:31 +0100 | [diff] [blame] | 35 | help |
| 36 | This is a driver for TonePort GX, UX1 and UX2 devices. |
| 37 | |
| 38 | config 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 Grabner | 1027f47 | 2010-08-12 01:35:30 +0200 | [diff] [blame] | 43 | |