Subject: Correction to suspend/resume issue for auich
To: None <current-users@netbsd.org>
From: Joachim Thiemann <thiemann@gel.usherbrooke.ca>
List: current-users
Date: 11/16/2003 11:50:51
Hello!
	just a correction to my message from friday... my fault.  auich still works 
properly, but on resume, some (but not all) channels were muted.  Strangely, 
the maste output is changed to full, however.  Below is a diff of 
'mixerctl -a' from right after boot and right after resume:

# diff mixer.boot mixer.resume
1,2c1,2
< outputs.master=127,127
< outputs.master.mute=off
---
> outputs.master=255,255
> outputs.master.mute=on
9c9
< inputs.speaker.mute=off
---
> inputs.speaker.mute=on
17c17
< inputs.line.mute=off
---
> inputs.line.mute=on
19c19
< inputs.cd.mute=off
---
> inputs.cd.mute=on
21c21
< inputs.video.mute=off
---
> inputs.video.mute=on
23c23
< inputs.aux.mute=off
---
> inputs.aux.mute=on
25c25
< inputs.dac.mute=off
---
> inputs.dac.mute=on
28c28
< record.volume.mute=off
---
> record.volume.mute=on

Is this correct behaviour? I am now trying to reset the mixer settings by a 
script (/etc/apm/resume) but for some reason it won't run - still debugging 
that.

Joe.
http://www.gel.usherbrooke.ca/thiemann/