aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-10-12 17:13:58 +0200
committerTakashi Iwai <tiwai@suse.de>2021-10-12 17:13:58 +0200
commit012640dae30007cfcef946a9560a81482fea9224 (patch)
tree411a216ef0fdfa0f7f712dc2c05ac9716b8a9f9a
parent8b0c72d244346f2d131a0c951bb24eed0cf2885f (diff)
downloadsalsa-lib-012640dae30007cfcef946a9560a81482fea9224.tar.gz
README: More brush ups
Just cosmetic changes. Add the missing description of --enable-time64 option, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index bacc17d..2645075 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ The current features are found in the sections below.
* No sort with weight as default, sorted in the order of numid
* Simple-none layer only
* "Capture Source" isn't split to switches but handled as an enum
- (I personally like this better :)
+ (I personally like this better :-)
* dB support can be selected via configure option
* Linear <-> log dB conversion enabled via configure option
@@ -83,7 +83,7 @@ The current features are found in the sections below.
### MISC
* The API functions that are not supported but defined have
- "deprecated" attribute. You'll get compile warnings when compiling
+ *deprecated* attribute. You'll get compile warnings when compiling
the code using such functions. (The same is true for the all
components below.) They are just warnings that you can usually
ignore. The warnings are given so that you can find the
@@ -122,6 +122,10 @@ opt-in ABI-compatible library with the genuine ALSA-lib.
When ``--enable-abicheck`` is given, each open function checks the ABI
compatibility with the installed library.
+When ``--enable-time64`` is passed, the library enforces to use the
+64bit timespec and 64bit-compatible PCM ioctls even if the libc is
+still with 32bit time. It's good for testing the 64bit time support.
+
All these options can be enabled via a single option,
``--enable-everything``, for your convenience.
@@ -175,9 +179,9 @@ KNOWN PROBLEMS
``snd_pcm_mmap_*()`` are only partially implemented, and the mmap-mode
is less tested, so far.
-* When built without --enable-output-buffer, the buffer output via
- snd_output_*() functions doesn't work. And, the last "close"
- argument in snd_input_stdio_attach() and snd_output_stdio_attach()
+* When built without ``--enable-output-buffer``, the buffer output via
+ ``snd_output_*()`` functions doesn't work. And, the last ``close``
+ argument in ``snd_input_stdio_attach()`` and ``snd_output_stdio_attach()``
is ignored and the attached IO is always closed.