brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · ab557e5 Raw
45 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_USB_LINE63	tristate4	select SND_RAWMIDI5	select SND_PCM6	select SND_HWDEP7 8config SND_USB_POD9	tristate "Line 6 POD USB support"10	select SND_USB_LINE611	help12	  This is a driver for PODxt and other similar devices,13	  supporting the following features:14	    * Reading/writing individual parameters15	    * Reading/writing complete channel, effects setup, and amp16	      setup data17	    * Channel switching18	    * Virtual MIDI interface19	    * Tuner access20	    * Playback/capture/mixer device for any ALSA-compatible PCM21	      audio application22	    * Signal routing (record clean/processed guitar signal,23	      re-amping)24 25config SND_USB_PODHD26	tristate "Line 6 POD X3/HD300/400/500 USB support"27	select SND_USB_LINE628	help29	  This is a driver for POD X3, HD300, 400 and 500 devices.30 31config SND_USB_TONEPORT32	tristate "TonePort GX, UX1 and UX2 USB support"33	select SND_USB_LINE634	select NEW_LEDS35	select LEDS_CLASS36	help37	  This is a driver for TonePort GX, UX1 and UX2 devices.38 39config SND_USB_VARIAX40	tristate "Variax Workbench USB support"41	select SND_USB_LINE642	help43	  This is a driver for Variax Workbench device.44 45