Hi,

I grabbed Alsa from CVS (on 29th Nov) and found that the mute control on
the AUX channel was reversed which meant that if I did not use alsamixer
to set my volume controls then the channel was constantly muted.

By altering the one on the end of line 1976 in the cmipci.c file to a
zero this error was corrected. The original line was:

CMIPCI_MIXER_SW_STEREO("Aux Playback Switch", CM_REG_MIXER2,
CM_VAUXLM_SHIFT, CM_VAUXRM_SHIFT, 1),

and now reads

CMIPCI_MIXER_SW_STEREO("Aux Playback Switch", CM_REG_MIXER2,
CM_VAUXLM_SHIFT, CM_VAUXRM_SHIFT, 0),

Have I made the correct modification? 

Thanks for any comments on this,

Alec 
-- 
Alec Edworthy
[EMAIL PROTECTED]


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to