Rewrite of AlsaMixerPlugin to use volume_mapping

Changed AlsaMixerPlugin to use the get and set normalized functions from volume_mapping of alsa-utils/alsamixer
Changed volume_mapping set volume to be for all channels and not per channel
added volume_mapping files to Makefile.am
This commit is contained in:
TermeHansen
2017-01-05 12:09:13 +01:00
committed by Max Kellermann
parent 8a32ee30a5
commit 3aa9f8af18
2 changed files with 9 additions and 42 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.20.1 (not yet released)
* mixer
- alsa: normalize displayed volume according to human perception
* fix crash with volume_normalization enabled
ver 0.20 (2017/01/04)