]> git.alsa-project.org Git - alsa-lib.git/commit
mixer: Fix rounding mode documentation
authorDavid Henningsson <diwic@ubuntu.com>
Sun, 14 Aug 2016 07:31:25 +0000 (09:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Aug 2016 09:27:03 +0000 (11:27 +0200)
commite2cfe3c6c8483c27b60d9b64e760ba3e8c8a1d43
tree5fb0f811cfa7c84207ce48b10cdea8cf4cf83918
parentdaafa451587b9e1d018f147885f38290a344a65a
mixer: Fix rounding mode documentation

The documentation specifies three different rounding modes, but this
is wrong, because they all end up calling snd_tlv_convert_from_dB,
which only has two rounding modes.

Signed-off-by: David Henningsson <diwic@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/mixer/simple.c