aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-07-05 16:16:33 +0200
committerTakashi Iwai <tiwai@suse.de>2007-07-05 16:16:33 +0200
commitd4c3eae741527ee0a60c0d5ba9241feab4eb55b7 (patch)
tree23a601d815b43a5ad908cab523c514648373e009
parent13585db857b220173875baffae1f4847e3e484bb (diff)
downloadsalsa-lib-d4c3eae741527ee0a60c0d5ba9241feab4eb55b7.tar.gz
fix README for async and pcm options
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 153038d..3050860 100644
--- a/README
+++ b/README
@@ -76,12 +76,15 @@ Some configure options are available to reduce the binary size.
As default, rawmidi, hwdep, timer, conf and seq components are
disabled. They can be enabled via --enable-xxx option, such as
--enable-rawmidi.
-The mixer component is enabled as default, and can be disabled via
---disable-mixer option, as well.
+The PCM and mixer components are enabled as default, and can be
+disabled via --disable-pcm and --disable-mixer option, respecitvely.
The dB range support can be enabled via --enable-tlv option. It's
disabled as default.
+The async handler support can be enabled via --enable-async option.
+It's disabled as default.
+
With option --enable-libasound, libasound.so will be created as a
symlink to libsalsa.so. This is useful for apps that require
libasound for linking/checking.