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.
This commit is contained in:
Max Kellermann
2016-02-28 09:30:59 +01:00
parent 111528e51c
commit 8ffcdb73e8
4 changed files with 9 additions and 56 deletions

1
NEWS
View File

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