diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-19 16:28:25 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 10:14:36 +0300 |
commit | 075587b723ec5d90d1788b9cdba3034f524a64c9 (patch) | |
tree | 47b95f397256b18646d628943da61f68b598f1d3 /sound/usb/line6/Kconfig | |
parent | ccddbe4a99536154e61d16c0f1c2df8a6d63f52a (diff) | |
download | linux-075587b723ec5d90d1788b9cdba3034f524a64c9.tar.xz |
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/Kconfig | 12 |
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. - |