fix comments suggested by eric@, remove stupid DPRINTF()
authorratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 15:25:16 +0000 (15:25 +0000)
committerratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 15:25:16 +0000 (15:25 +0000)
usr.bin/aucat/abuf.h
usr.bin/aucat/dev.c

index 71be396..e214eb1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: abuf.h,v 1.7 2008/08/14 09:46:36 ratchov Exp $        */
+/*     $OpenBSD: abuf.h,v 1.8 2008/08/14 15:25:16 ratchov Exp $        */
 /*
  * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
  *
@@ -51,7 +51,7 @@ struct abuf {
        unsigned len;           /* size of the ring */
        unsigned abspos;        /* frame number of the start position */
        unsigned silence;       /* silence to insert on next write */
-       unsigned drop;          /* frames to drop on next read */
+       unsigned drop;          /* bytes to drop on next read */
        struct aproc *rproc;    /* reader */
        struct aproc *wproc;    /* writer */
        unsigned char *data;    /* actual data (immediately following) */
index 808450a..225ed6e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dev.c,v 1.1 2008/08/14 09:58:55 ratchov Exp $ */
+/*     $OpenBSD: dev.c,v 1.2 2008/08/14 15:25:16 ratchov Exp $ */
 /*
  * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
  *
@@ -461,7 +461,6 @@ dev_attach(char *name,
                ibuf->silence += -delta * ibuf->bpf;
        }
        if (ibuf && (dev_mix->u.mix.flags & MIX_DROP)) {
-               DPRINTF("lmkqsjdlkqsjklqsd\n");
                /*
                 * fill the play buffer with silence to avoid underruns,
                 * drop samples on the input to keep play/record in sync