linux/drivers/staging/line6/Kconfig
<<
>>
Prefs
   1config LINE6_USB
   2        tristate "Line6 USB support"
   3        depends on USB && SND
   4        select SND_RAWMIDI
   5        help
   6          This is a driver for the guitar amp, cab, and effects modeller
   7          PODxt Pro by Line6 (and similar devices), supporting the
   8          following features:
   9            * Reading/writing individual parameters
  10            * Reading/writing complete channel, effects setup, and amp
  11              setup data
  12            * Channel switching
  13            * Virtual MIDI interface
  14            * Tuner access
  15            * Playback/capture/mixer device for any ALSA-compatible PCM
  16              audio application
  17            * Signal routing (record clean/processed guitar signal,
  18              re-amping)
  19
  20          Preliminary support for the Variax Workbench is included.
  21
  22