2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
2015-01-15 08:22:31 +01:00
config SND_USB_LINE6
tristate
2009-03-18 10:00:16 -07:00
select SND_RAWMIDI
2010-07-27 12:21:19 -07:00
select SND_PCM
2016-09-20 18:14:53 -04:00
select SND_HWDEP
2015-01-15 08:22:31 +01:00
config SND_USB_POD
2015-01-20 02:20:49 -06:00
tristate "Line 6 POD USB support"
2015-01-15 08:22:31 +01:00
select SND_USB_LINE6
2009-02-27 19:43:04 -08:00
help
2015-01-15 08:22:31 +01:00
This is a driver for PODxt and other similar devices,
supporting the following features:
2009-02-27 19:43:04 -08:00
* Reading/writing individual parameters
* Reading/writing complete channel, effects setup, and amp
setup data
* Channel switching
* Virtual MIDI interface
* Tuner access
* Playback/capture/mixer device for any ALSA-compatible PCM
audio application
* Signal routing (record clean/processed guitar signal,
re-amping)
2015-01-15 08:22:31 +01:00
config SND_USB_PODHD
2016-09-18 20:59:28 +02:00
tristate "Line 6 POD X3/HD300/400/500 USB support"
2015-01-15 08:22:31 +01:00
select SND_USB_LINE6
help
2016-09-18 20:59:28 +02:00
This is a driver for POD X3, HD300, 400 and 500 devices.
2009-02-27 19:43:04 -08:00
2015-01-15 08:22:31 +01:00
config SND_USB_TONEPORT
tristate "TonePort GX, UX1 and UX2 USB support"
select SND_USB_LINE6
2015-01-20 09:36:31 +01:00
select NEW_LEDS
select LEDS_CLASS
2015-01-15 08:22:31 +01:00
help
This is a driver for TonePort GX, UX1 and UX2 devices.
config SND_USB_VARIAX
tristate "Variax Workbench USB support"
select SND_USB_LINE6
help
This is a driver for Variax Workbench device.
2010-08-12 01:35:30 +02:00