CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2018/04/10 22:48:31
Modified files: sys/dev : audio.c sys/dev/ic : ac97.c ac97.h sys/dev/pci : azalia.c cmpci.c eap.c esa.c maestro.c neo.c Log message: Add mixer save/restore capability to the audio(4) driver and use it during suspend/resume. Remove driver-specific mixer save/restore bits that don't need to be duplicated in every low-lever driver. ok mpi