CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/09/22 00:33:44
Modified files: sys/dev/pci : azalia.c Log message: Move the powering down of all codecs into azalia_halt_corb() after the check that the CORB is running. Fixes a regression introduced in -r1.236 that resulted in printing 'azalia0: CORB is not running' on each suspend resume cycle. Issue reported on icb by mlarkin; tested by Manuel Giraud, ratchov and myself. ok ratchov