blob: ab557e5eee9d531368d7bc0192c22e78f46ba0f8 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Takashi Iwaiccddbe42015-01-15 08:22:31 +01002config SND_USB_LINE6
3 tristate
Randy Dunlapbbe364d2009-03-18 10:00:16 -07004 select SND_RAWMIDI
Randy Dunlape928c072010-07-27 12:21:19 -07005 select SND_PCM
Valdis Kletnieks0da325a2016-09-20 18:14:53 -04006 select SND_HWDEP
Takashi Iwaiccddbe42015-01-15 08:22:31 +01007
8config SND_USB_POD
Chris Rorvickc6fffce2015-01-20 02:20:49 -06009 tristate "Line 6 POD USB support"
Takashi Iwaiccddbe42015-01-15 08:22:31 +010010 select SND_USB_LINE6
Markus Grabner705ecec2009-02-27 19:43:04 -080011 help
Takashi Iwaiccddbe42015-01-15 08:22:31 +010012 This is a driver for PODxt and other similar devices,
13 supporting the following features:
Markus Grabner705ecec2009-02-27 19:43:04 -080014 * 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 Iwaiccddbe42015-01-15 08:22:31 +010025config SND_USB_PODHD
Andrej Krutak790869d2016-09-18 20:59:28 +020026 tristate "Line 6 POD X3/HD300/400/500 USB support"
Takashi Iwaiccddbe42015-01-15 08:22:31 +010027 select SND_USB_LINE6
28 help
Andrej Krutak790869d2016-09-18 20:59:28 +020029 This is a driver for POD X3, HD300, 400 and 500 devices.
Markus Grabner705ecec2009-02-27 19:43:04 -080030
Takashi Iwaiccddbe42015-01-15 08:22:31 +010031config SND_USB_TONEPORT
32 tristate "TonePort GX, UX1 and UX2 USB support"
33 select SND_USB_LINE6
Takashi Iwaif44edd72015-01-20 09:36:31 +010034 select NEW_LEDS
35 select LEDS_CLASS
Takashi Iwaiccddbe42015-01-15 08:22:31 +010036 help
37 This is a driver for TonePort GX, UX1 and UX2 devices.
38
39config 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 Grabner1027f472010-08-12 01:35:30 +020044