Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_USB_LINE6
  3. tristate
  4. select SND_RAWMIDI
  5. select SND_PCM
  6. select SND_HWDEP
  7. config SND_USB_POD
  8. tristate "Line 6 POD USB support"
  9. select SND_USB_LINE6
  10. help
  11. This is a driver for PODxt and other similar devices,
  12. supporting the following features:
  13. * Reading/writing individual parameters
  14. * Reading/writing complete channel, effects setup, and amp
  15. setup data
  16. * Channel switching
  17. * Virtual MIDI interface
  18. * Tuner access
  19. * Playback/capture/mixer device for any ALSA-compatible PCM
  20. audio application
  21. * Signal routing (record clean/processed guitar signal,
  22. re-amping)
  23. config SND_USB_PODHD
  24. tristate "Line 6 POD X3/HD300/400/500 USB support"
  25. select SND_USB_LINE6
  26. help
  27. This is a driver for POD X3, HD300, 400 and 500 devices.
  28. config SND_USB_TONEPORT
  29. tristate "TonePort GX, UX1 and UX2 USB support"
  30. select SND_USB_LINE6
  31. select NEW_LEDS
  32. select LEDS_CLASS
  33. help
  34. This is a driver for TonePort GX, UX1 and UX2 devices.
  35. config SND_USB_VARIAX
  36. tristate "Variax Workbench USB support"
  37. select SND_USB_LINE6
  38. help
  39. This is a driver for Variax Workbench device.