summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-08-05 15:07:27 +0200
committerMax Kellermann <max@musicpd.org>2021-08-05 15:11:54 +0200
commit17b0ac75ca9d8d81e4eabaa8f11bec68830eb9ba (patch)
treea7677346a8dc9e9e1ead33254daa9f2d7ea2d8f2 /NEWS
parentbde64a13e24f1bfc6d9319b916b304ad434cd027 (diff)
output/oss: always enable PcmExport for alsa_channel_order
We need this even when AFMT_S24_PACKED is not available, for the correct channel order in multi-channel files. Internally, MPD uses FLAC channel order, but OSS uses the same channel order as ALSA.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f42c8545a..a56c573e9 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ ver 0.22.10 (not yet released)
- tidal: remove defunct unmaintained plugin
* tags
- fix crash caused by bug in TagBuilder and a few potential reference leaks
+* output
+ - oss: fix channel order of multi-channel files
ver 0.22.9 (2021/06/23)
* database