[pulseaudio-tickets] [Bug 93855] Module restore restores volume and mute settings from wrong sink input
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 25 12:51:09 PST 2016
https://bugs.freedesktop.org/show_bug.cgi?id=93855
--- Comment #14 from Leonard den Ottolander <leonard-rh-bugzilla at den.ottolander.nl> ---
> if ((e = entry_read(u, name))) {
>
> will loop through these values and apply the last value to the stream to be
> restored. This causes the volume and mute settings to wander across the
> restored streams. (See my original example.)
This is incorrect, but the point is that
if ((e = entry_read(u, name))) {
does return one of the multiple entries with this particular name (it seems the
last modified entry) which is not necessarily the entry from which the settings
should be restored.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160125/10db6ff2/attachment.html>
More information about the pulseaudio-bugs
mailing list