=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dsp.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/sndiod/dsp.c 2016/10/20 05:29:55 1.11 --- src/usr.bin/sndiod/dsp.c 2016/10/27 04:37:47 1.12 *************** *** 1,4 **** ! /* $OpenBSD: dsp.c,v 1.11 2016/10/20 05:29:55 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dsp.c,v 1.12 2016/10/27 04:37:47 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 467,473 **** } /* ! * decode "todo" frames from from foreign to native encoding */ void dec_do(struct conv *p, unsigned char *in, unsigned char *out, int todo) --- 467,473 ---- } /* ! * decode "todo" frames from foreign to native encoding */ void dec_do(struct conv *p, unsigned char *in, unsigned char *out, int todo) *************** *** 606,612 **** } /* ! * overwrite output with "todo" input frames with with the given volume */ void cmap_copy(struct cmap *p, void *in, void *out, int vol, int todo) --- 606,612 ---- } /* ! * overwrite output with "todo" input frames with the given volume */ void cmap_copy(struct cmap *p, void *in, void *out, int vol, int todo)