Comment 2 for bug 483900

Revision history for this message
Daniel T Chen (crimsun) wrote : Re: HP Mini 311 - sound is muted before suspend, but on resume is not muted

This symptom is actually intentional, because we currently don't have a way to store sink and source state in PA prior to muting both (necessary to prevent loud pops when suspending/resuming). For this reason, we:

* unconditionally mute all sinks and sources prior to suspending
* unconditionally unmute all sinks and sources after resuming

I recognize that this is slightly annoying behavior. You can work around this symptom by editing /usr/lib/pm-utils/sleep.d/01PulseAudio and commenting out the desired lines.