Bug 22372

Summary: [PATCH] resume from suspend breaks sound mixer volume. (with ESS18XX)
Product: Base System Reporter: aizu <aizu>
Component: kernAssignee: cg
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description aizu 2000-10-28 08:40:01 UTC
After resuming from suspend, Mixer volume of pcm will be shift.
So, it needs re-initialize the mixer.

And because it makes just noise after resume,
call reset_dsp() at resume.

Fix: Patch against dev/sound/isa/ess.c of 4.1.1-STABLE.
(It will works -CURRENT, I think)
How-To-Repeat: suspend + resume and play sounds.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-11-03 22:24:09 UTC
Responsible Changed
From-To: freebsd-bugs->cg

Over to pcm(4) maintainer.
Comment 2 greid freebsd_committer freebsd_triage 2001-04-09 00:02:24 UTC
State Changed
From-To: open->closed

Patch committed, thanks