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