=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dev.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/sndiod/dev.c 2016/01/09 08:53:08 1.24 +++ src/usr.bin/sndiod/dev.c 2016/03/23 06:16:35 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.24 2016/01/09 08:53:08 ratchov Exp $ */ +/* $OpenBSD: dev.c,v 1.25 2016/03/23 06:16:35 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -27,7 +27,7 @@ #include "utils.h" void zomb_onmove(void *); -void zomb_onvol(void *, unsigned int); +void zomb_onvol(void *); void zomb_fill(void *); void zomb_flush(void *); void zomb_eof(void *); @@ -59,7 +59,7 @@ int dev_getpos(struct dev *); struct dev *dev_new(char *, struct aparams *, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int); -void dev_adjpar(struct dev *, int, int, int, int, int); +void dev_adjpar(struct dev *, int, int, int); int dev_open(struct dev *); void dev_close(struct dev *); int dev_ref(struct dev *); @@ -159,7 +159,7 @@ } void -zomb_onvol(void *arg, unsigned int vol) +zomb_onvol(void *arg) { } @@ -1021,7 +1021,7 @@ */ void dev_adjpar(struct dev *d, int mode, - int pmin, int pmax, int rmin, int rmax) + int pmax, int rmax) { d->reqmode |= mode & MODE_AUDIOMASK; if (mode & MODE_PLAY) {