diff options
author | Max Kellermann <max@musicpd.org> | 2021-08-05 15:07:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-08-05 15:11:54 +0200 |
commit | 17b0ac75ca9d8d81e4eabaa8f11bec68830eb9ba (patch) | |
tree | a7677346a8dc9e9e1ead33254daa9f2d7ea2d8f2 /NEWS | |
parent | bde64a13e24f1bfc6d9319b916b304ad434cd027 (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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |