=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/sndiod/dev.h 2020/03/08 14:52:20 1.24 --- src/usr.bin/sndiod/dev.h 2020/04/16 12:26:55 1.25 *************** *** 1,4 **** ! /* $OpenBSD: dev.h,v 1.24 2020/03/08 14:52:20 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.h,v 1.25 2020/04/16 12:26:55 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 244,250 **** #define MMC_START 2 /* attempting to start */ #define MMC_RUN 3 /* started */ unsigned int tstate; /* one of above */ ! unsigned int master; /* master volume controller */ /* * control --- 244,252 ---- #define MMC_START 2 /* attempting to start */ #define MMC_RUN 3 /* started */ unsigned int tstate; /* one of above */ ! ! unsigned int master; /* software vol. knob */ ! unsigned int master_enabled; /* 1 if h/w has no vo. knob */ /* * control