2 tristate "Line6 USB support"
7 This is a driver for the guitar amp, cab, and effects modeller
8 PODxt Pro by Line6 (and similar devices), supporting the
10 * Reading/writing individual parameters
11 * Reading/writing complete channel, effects setup, and amp
14 * Virtual MIDI interface
16 * Playback/capture/mixer device for any ALSA-compatible PCM
18 * Signal routing (record clean/processed guitar signal,
21 Preliminary support for the Variax Workbench and TonePort
26 config LINE6_USB_DEBUG
27 bool "print debug messages"
30 Say Y here to write debug messages to the syslog.
34 config LINE6_USB_DUMP_CTRL
35 bool "dump control messages"
38 Say Y here to write control messages sent to and received from
39 Line6 devices to the syslog.
43 config LINE6_USB_DUMP_MIDI
44 bool "dump MIDI messages"
47 Say Y here to write MIDI messages sent to and received from
48 Line6 devices to the syslog.
52 config LINE6_USB_DUMP_PCM
56 Say Y here to write PCM data sent to and received from Line6
57 devices to the syslog. This will produce a huge amount of
58 syslog data during playback and capture.
63 bool "raw data communication"
66 Say Y here to create special files which allow to send raw data
67 to the device. This bypasses any sanity checks, so if you discover
68 the code to erase the firmware, feel free to render your device
69 useless, but only after reading the GPL section "NO WARRANTY".
73 config LINE6_USB_IMPULSE_RESPONSE
74 bool "measure impulse response"
77 Say Y here to add code to measure the impulse response of a Line6
78 device. This is more accurate than user-space methods since it
79 bypasses any PCM data buffering (e.g., by ALSA or jack). This is
80 useful for assessing the performance of new devices, but is not
81 required for normal operation.