=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/sndiod/dev.h 2018/06/26 07:27:44 1.16 +++ src/usr.bin/sndiod/dev.h 2018/06/26 07:30:26 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.16 2018/06/26 07:27:44 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.17 2018/06/26 07:30:26 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -48,7 +48,6 @@ struct abuf buf; /* socket side buffer */ int bpf; /* byte per frame */ int slot_cmin, slot_cmax; /* slot source chans */ - int dev_cmin, dev_cmax; /* device destination chans */ struct cmap cmap; /* channel mapper state */ struct resamp resamp; /* resampler state */ struct conv dec; /* format decoder params */ @@ -61,7 +60,6 @@ int prime; /* initial cycles to skip */ int bpf; /* byte per frame */ int slot_cmin, slot_cmax; /* slot destination chans */ - int dev_cmin, dev_cmax; /* device source chans */ struct cmap cmap; /* channel mapper state */ struct resamp resamp; /* buffer for resampling */ struct conv enc; /* buffer for encoding */