=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/aucat/Attic/aproc.h 2010/11/04 17:55:28 1.38 +++ src/usr.bin/aucat/Attic/aproc.h 2011/05/26 07:18:40 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.38 2010/11/04 17:55:28 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.39 2011/05/26 07:18:40 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -140,6 +140,7 @@ unsigned abspos; /* frames produced */ struct aproc *ctl; /* MIDI control/sync */ struct aproc *mon; /* snoop output */ + unsigned autovol; /* adjust volume dynamically */ } mix; struct { unsigned idle; /* frames since idleing */ @@ -239,7 +240,7 @@ struct aproc *rfile_new(struct file *); struct aproc *wfile_new(struct file *); -struct aproc *mix_new(char *, int, unsigned); +struct aproc *mix_new(char *, int, unsigned, unsigned); struct aproc *sub_new(char *, int, unsigned); struct aproc *resamp_new(char *, unsigned, unsigned); struct aproc *enc_new(char *, struct aparams *);