From 8620da44d102046823d1a2a4a1eb5b0b8db33831 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 24 Apr 2015 19:44:06 +0200 Subject: [PATCH] make default bufsz 7680 (was 7860) --- sndiod/sndiod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/sndiod.c b/sndiod/sndiod.c index cb1d68d..51214fd 100644 --- a/sndiod/sndiod.c +++ b/sndiod/sndiod.c @@ -75,7 +75,7 @@ * buffer size if neither ``-z'' nor ``-b'' is used */ #ifndef DEFAULT_BUFSZ -#define DEFAULT_BUFSZ 7860 +#define DEFAULT_BUFSZ 7680 #endif /*