2019-05-19 15:07:45 +03:00
# SPDX-License-Identifier: GPL-2.0-only
2015-01-15 10:22:31 +03:00
config SND_USB_LINE6
tristate
2009-03-18 20:00:16 +03:00
select SND_RAWMIDI
2010-07-27 23:21:19 +04:00
select SND_PCM
2016-09-21 01:14:53 +03:00
select SND_HWDEP
2015-01-15 10:22:31 +03:00
config SND_USB_POD
2015-01-20 11:20:49 +03:00
tristate "Line 6 POD USB support"
2015-01-15 10:22:31 +03:00
select SND_USB_LINE6
2009-02-28 06:43:04 +03:00
help
2015-01-15 10:22:31 +03:00
This is a driver for PODxt and other similar devices,
supporting the following features:
2009-02-28 06:43:04 +03: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 10:22:31 +03:00
config SND_USB_PODHD
2016-09-18 21:59:28 +03:00
tristate "Line 6 POD X3/HD300/400/500 USB support"
2015-01-15 10:22:31 +03:00
select SND_USB_LINE6
help
2016-09-18 21:59:28 +03:00
This is a driver for POD X3, HD300, 400 and 500 devices.
2009-02-28 06:43:04 +03:00
2015-01-15 10:22:31 +03:00
config SND_USB_TONEPORT
tristate "TonePort GX, UX1 and UX2 USB support"
select SND_USB_LINE6
2015-01-20 11:36:31 +03:00
select NEW_LEDS
select LEDS_CLASS
2015-01-15 10:22:31 +03: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 03:35:30 +04:00