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.
This commit is contained in:
Max Kellermann
2014-08-23 16:12:18 +02:00
parent e463244db3
commit a86aaef4d0
2 changed files with 15 additions and 1 deletions

2
NEWS
View File

@@ -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