diff options
author | Max Kellermann <max@duempel.org> | 2016-02-28 09:30:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-28 09:30:59 +0100 |
commit | 8ffcdb73e865ee6aff80db7cfcbdb44884b9ba95 (patch) | |
tree | 58be1ebcbefb5dbe9ea542c1aadb216fefa18aac /NEWS | |
parent | 111528e51c9e10906363e6cd4d0ef3f4d2edf2d8 (diff) |
output/alsa: remove option "use_mmap"
MPD does not really take advantage of memory-mapped I/O by generating
data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has
no advantage compared to snd_pcm_writei(). Let's kill this
non-feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ ver 0.20 (not yet released) - flac: new plugin which reads the "CUESHEET" metadata block * output - alsa: fix multi-channel order + - alsa: remove option "use_mmap" - jack: reduce CPU usage - pulse: set channel map to WAVE-EX - recorder: record tags |