CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/16 16:33:50
Modified files:
sys/dev/pci : azalia_codec.c
Log message:
'.' is a special character in mixer item names. it's the separator
between class, device and qualifier.
replace use of '.' with '_' where it's not really a separator.
idea from/ok ratchov@
warning: if you have a mixerctl.conf(5), it will need to be updated.
