aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/usb/line6/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-19 14:28:25 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-20 08:14:36 +0100
commit075587b723ec5d90d1788b9cdba3034f524a64c9 (patch)
tree47b95f397256b18646d628943da61f68b598f1d3 /sound/usb/line6/Kconfig
parentALSA: line6: Split to each driver (diff)
downloadwireguard-linux-075587b723ec5d90d1788b9cdba3034f524a64c9.tar.xz
wireguard-linux-075587b723ec5d90d1788b9cdba3034f524a64c9.zip
ALSA: line6: Handle impulse response via control API
Instead of sysfs and the conditional build with Kconfig, implement the handling of the impulse response controls via control API, and always enable the build. Two new controls, "Impulse Response Volume" and "Impulse Response Period" are added as a replacement for the former sysfs files. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/Kconfig')
-rw-r--r--sound/usb/line6/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/usb/line6/Kconfig b/sound/usb/line6/Kconfig
index 33deb419dde8..8287ae6a2c26 100644
--- a/sound/usb/line6/Kconfig
+++ b/sound/usb/line6/Kconfig
@@ -38,15 +38,3 @@ config SND_USB_VARIAX
help
This is a driver for Variax Workbench device.
-config LINE6_USB_IMPULSE_RESPONSE
- bool "measure impulse response"
- depends on SND_USB_LINE6
- help
- Say Y here to add code to measure the impulse response of a Line6
- device. This is more accurate than user-space methods since it
- bypasses any PCM data buffering (e.g., by ALSA or jack). This is
- useful for assessing the performance of new devices, but is not
- required for normal operation.
-
- If unsure, say N.
-