aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-23 16:12:18 +0200
committerMax Kellermann <max@duempel.org>2014-08-26 07:11:53 +0200
commita86aaef4d0075df581857cdabb624a24885afa2b (patch)
tree1e12f2bf79bd6fb629f80c41de9a1937df0c614b /NEWS
parente463244db3f54fe049657ebf3845e75976696bef (diff)
downloadmpd-a86aaef4d0075df581857cdabb624a24885afa2b.tar.gz
mpd-a86aaef4d0075df581857cdabb624a24885afa2b.tar.xz
mpd-a86aaef4d0075df581857cdabb624a24885afa2b.zip
output/alsa: support native DSD playback
Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added to alsa-lib 1.0.27.1.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5470d7311..a2ab58f32 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,8 @@ ver 0.19 (not yet released)
- mp4v2: support playback of MP4 files.
* encoder:
- shine: new encoder plugin
+* output
+ - alsa: support native DSD playback
* threads:
- the update thread runs at "idle" priority
- the output thread runs at "real-time" priority