CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/04 00:58:43
Modified files:
sys/dev/pci : azalia.h azalia_codec.c
Log message:
volume scaling/setting cleanup:
* MAX_VOLUME_255 has been defined for ages. remove this define
and the code that was only being used when this wasn't defined.
* remove azalia_generic_mixer_{max,validate_value} since they
are pointless.
* when setting both stereo channels to the same level, just set
the right channel level to the left channel level instead of
calculating both separately.
from Alexey Suslikov