CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2018/05/26 04:13:18
Modified files: sys/dev : audio.c Log message: Add a "record.enable" mixer knob to control recording. When recording is disabled, the device records silence. The control may be modified only by root and defaults to "off", ie. recording is disabled by default. ok florian, deraadt