Kconfig 1.1 KB

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