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