Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SND_USB_LINE6
0003         tristate
0004         select SND_RAWMIDI
0005         select SND_PCM
0006         select SND_HWDEP
0007 
0008 config SND_USB_POD
0009         tristate "Line 6 POD USB support"
0010         select SND_USB_LINE6
0011         help
0012           This is a driver for PODxt and other similar devices,
0013           supporting the following features:
0014             * Reading/writing individual parameters
0015             * Reading/writing complete channel, effects setup, and amp
0016               setup data
0017             * Channel switching
0018             * Virtual MIDI interface
0019             * Tuner access
0020             * Playback/capture/mixer device for any ALSA-compatible PCM
0021               audio application
0022             * Signal routing (record clean/processed guitar signal,
0023               re-amping)
0024 
0025 config SND_USB_PODHD
0026         tristate "Line 6 POD X3/HD300/400/500 USB support"
0027         select SND_USB_LINE6
0028         help
0029           This is a driver for POD X3, HD300, 400 and 500 devices.
0030 
0031 config SND_USB_TONEPORT
0032         tristate "TonePort GX, UX1 and UX2 USB support"
0033         select SND_USB_LINE6
0034         select NEW_LEDS
0035         select LEDS_CLASS
0036         help
0037           This is a driver for TonePort GX, UX1 and UX2 devices.
0038 
0039 config SND_USB_VARIAX
0040         tristate "Variax Workbench USB support"
0041         select SND_USB_LINE6
0042         help
0043           This is a driver for Variax Workbench device.
0044