diff options
author | Max Kellermann <max@musicpd.org> | 2021-08-06 18:15:52 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-08-06 18:16:37 +0200 |
commit | 04eb911a5110a2a61ea7fcb5995e77bdcc21bbc4 (patch) | |
tree | 6810f9b8730e31265de06688f9bed68711cb9e45 /NEWS | |
parent | 351b39e0c5b70380074464522264e5106bf476da (diff) |
mixer/alsa: use cached values to work around rounding errors
This replaces 967af603270246f1c97e11b8bad6a0eb65c81318 with a more
effective workaround.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/822
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ ver 0.22.10 (not yet released) * output - httpd: fix missing tag after seeking into a new song - oss: fix channel order of multi-channel files +* mixer + - alsa: fix yet more rounding errors ver 0.22.9 (2021/06/23) * database |