CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/30 14:29:46
Modified files:
sys/dev/pci : envy.c envyvar.h
Log message:
Add a "set_rate" method to the envy codec API.
This allows to hook card-specific codec initialization code
called when the sample rate is changed. As codecs follow host
clock, this method will be typically used to switch between
simple-speed to double-speed modes when necessary.
