[alsa-devel] [PATCH] [salsa] Fix 4bit enable/disable flag
Arun Raghavan
arun.raghavan at collabora.co.uk
Wed Dec 21 15:43:47 CET 2011
The documentation and implementation disagree on the name of the switch.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6a55813..b72adf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,7 @@ AC_ARG_ENABLE(float,
[support floatin-point unit]),
support_float="$enableval", support_float="no")
-AC_ARG_ENABLE(support_4bit,
+AC_ARG_ENABLE(4bit,
AS_HELP_STRING([--disable-4bit],
[drop the support for 4bit PCM (IMA ADPCM)]),
support_4bit="$enableval", support_4bit="yes")
--
1.7.8
More information about the Alsa-devel
mailing list