=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/sndiod/dev.h 2015/02/16 06:28:05 1.9 --- src/usr.bin/sndiod/dev.h 2016/01/08 16:17:31 1.10 *************** *** 1,4 **** ! /* $OpenBSD: dev.h,v 1.9 2015/02/16 06:28:05 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dev.h,v 1.10 2016/01/08 16:17:31 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 42,48 **** void *arg; /* user data for callbacks */ struct aparams par; /* socket side params */ struct { ! int weight; /* dynamic range */ int maxweight; /* max dynamic range allowed */ unsigned int vol; /* volume within the vol */ struct abuf buf; /* socket side buffer */ --- 42,48 ---- void *arg; /* user data for callbacks */ struct aparams par; /* socket side params */ struct { ! int weight; /* dynamic range */ int maxweight; /* max dynamic range allowed */ unsigned int vol; /* volume within the vol */ struct abuf buf; /* socket side buffer */ *************** *** 105,111 **** /* * audio device (while opened) ! */ struct dev_sio sio; struct aparams par; /* encoding */ int pchan, rchan; /* play & rec channels */ --- 105,111 ---- /* * audio device (while opened) ! */ struct dev_sio sio; struct aparams par; /* encoding */ int pchan, rchan; /* play & rec channels */