]> git.alsa-project.org Git - alsa-lib.git/commit
fix pcm_set_params() documentation
authorClemens Ladisch <clemens@ladisch.de>
Wed, 11 Feb 2009 08:53:29 +0000 (09:53 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 11 Feb 2009 08:53:29 +0000 (09:53 +0100)
commit1009f9859c61b26e73b06e9bca7ea6ced9d95b0b
treeef2b1a732060d4b38b4bf58672799a330f5d7b3d
parent548dd9be908257a03e550c1bc7a8ddd582ff193f
fix pcm_set_params() documentation

The documentation for the latency parameter of pcm_set_params() says
that the value 0 uses an optimal value.  This is wrong, as there is no
special handling for 0, and the result will be a buffer of minimal size.
Therefore, remove that incorrect statement.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
src/pcm/pcm.c