CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2021/03/08 02:38:36
Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Initialize dev->master_enabled earlier This is better style as since recently dev->master_enabled is used by the ctlslot_xxx family functions which -- in the future -- could be called with the device closed. No behavior change.