summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorkent <kent@NetBSD.org>2002-03-23 16:23:20 +0000
committerkent <kent@NetBSD.org>2002-03-23 16:23:20 +0000
commit541b66ade5146b30616e075e4fff6abfb6d7ae9f (patch)
treed07bb15026353584f217f7aa2a187ca3044a3fb5 /sys/dev
parent726f1074d822b562d7b89ec26bfd80483da13e8e (diff)
Decrease UAUDIO_NFRAMES: 20 -> 10
This change eliminates noise of 6ch audio.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uaudio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c
index 204802ba25c..0c446700b38 100644
--- a/sys/dev/usb/uaudio.c
+++ b/sys/dev/usb/uaudio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uaudio.c,v 1.54 2002/03/18 14:06:08 kent Exp $ */
+/* $NetBSD: uaudio.c,v 1.55 2002/03/23 16:23:20 kent Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.54 2002/03/18 14:06:08 kent Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.55 2002/03/23 16:23:20 kent Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -83,7 +83,7 @@ int uaudiodebug = 0;
#endif
#define UAUDIO_NCHANBUFS 6 /* number of outstanding request */
-#define UAUDIO_NFRAMES 20 /* ms of sound in each request */
+#define UAUDIO_NFRAMES 10 /* ms of sound in each request */
#define MIX_MAX_CHAN 8