CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2018/05/26 04:16:14
Modified files: sys/dev : audio.c sys/kern : kern_sysctl.c sys/sys : sysctl.h sbin/sysctl : sysctl.c Log message: In addition to "on" and "off", allow the audio "record.enable" mixer knob to take the new "sysctl" value, which is the default. In this case, the device behavior is determined by the new "kern.audio.record" sysctl(2), which defaults to zero. ok florian