]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 1 May 2017 08:06:32 +0000 (09:06 +0100)
committerGitHub <noreply@github.com>
Mon, 1 May 2017 08:06:32 +0000 (09:06 +0100)
RELEASENOTES.md

index e4e9cf4a8553da1e802a41d1b33c09f03491d94d..a21e0a61a7fb52bd983c1852b93bf284c5730aa5 100644 (file)
@@ -7,7 +7,7 @@ If you are using a System V (aka `systemv`) installation, please note that the d
 **New Features**
 
 * Shairport Sync has changes the way it deals with pauses and resumes, caused either by using the controls of the source program, e.g. iTunes, or those caused by resynchronisations. Specifically, from now on, on resumption after a short pause or glitch, it does not reset the output volume of the hardware mixer. This is so that any changes made by external controls are not needlessly reset by occasional network outages.
-* A new advanced setting for the `alsa` stanza is added: `alsa_use_playback_switch_for_mute`. The default is `"yes"`, which means that hardware mute will be used where available. Set it to `"no"` to prevent it being used. The motivation for this is to avoid using the call `snd_mixer_selem_set_playback_switch_all` which is incorrectly implemented on certain soundcards, including the emulated card in VMWare Fusion 8.5.
+* A new advanced setting for the `alsa` stanza is added: `mute_using_playback_switch`. The default is `"yes"`, which means that hardware mute will be used where available. Set it to `"no"` to prevent it being used. The motivation for this is to avoid using the alsa function call: `snd_mixer_selem_set_playback_switch_all`, which is incorrectly implemented on certain soundcards, including the emulated card in VMWare Fusion 8.5.
 
 Version 3.1d8
 ====