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