Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. menuconfig LINE6_USB
  2. tristate "Line6 USB support"
  3. depends on USB && SND
  4. select SND_RAWMIDI
  5. select SND_PCM
  6. help
  7. This is a driver for the guitar amp, cab, and effects modeller
  8. PODxt Pro by Line6 (and similar devices), supporting the
  9. following features:
  10. * Reading/writing individual parameters
  11. * Reading/writing complete channel, effects setup, and amp
  12. setup data
  13. * Channel switching
  14. * Virtual MIDI interface
  15. * Tuner access
  16. * Playback/capture/mixer device for any ALSA-compatible PCM
  17. audio application
  18. * Signal routing (record clean/processed guitar signal,
  19. re-amping)
  20. Preliminary support for the Variax Workbench and TonePort
  21. devices is included.
  22. if LINE6_USB
  23. config LINE6_USB_IMPULSE_RESPONSE
  24. bool "measure impulse response"
  25. default n
  26. help
  27. Say Y here to add code to measure the impulse response of a Line6
  28. device. This is more accurate than user-space methods since it
  29. bypasses any PCM data buffering (e.g., by ALSA or jack). This is
  30. useful for assessing the performance of new devices, but is not
  31. required for normal operation.
  32. If unsure, say N.
  33. endif # LINE6_USB