summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1999-03-18 07:11:21 +0000
committermycroft <mycroft@NetBSD.org>1999-03-18 07:11:21 +0000
commit813fb95309187db417361ee4d7f4049647ef2e17 (patch)
tree21f10f70b0d10e4ab96acd6bae8e2b13b63d68bc /sys/dev
parent46c6663ce43ca8e13e196806f56670d094c91a93 (diff)
The chip is only rated for 44.1KHz, and will not record faster that 46.794KHz,
so adjust ESS_MAXRATE. ESS_MINRATE was also wrong, not that anyone cares.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/essreg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/essreg.h b/sys/dev/isa/essreg.h
index 4e9c81d65f0..9d30ae572f6 100644
--- a/sys/dev/isa/essreg.h
+++ b/sys/dev/isa/essreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: essreg.h,v 1.9 1999/03/16 13:06:35 mycroft Exp $ */
+/* $NetBSD: essreg.h,v 1.10 1999/03/18 07:11:21 mycroft Exp $ */
/*
* Copyright 1997
* Digital Equipment Corporation. All rights reserved.
@@ -33,7 +33,7 @@
*/
/*
-** @(#) $RCSfile: essreg.h,v $ $Revision: 1.9 $ (SHARK) $Date: 1999/03/16 13:06:35 $
+** @(#) $RCSfile: essreg.h,v $ $Revision: 1.10 $ (SHARK) $Date: 1999/03/18 07:11:21 $
**
**++
**
@@ -157,8 +157,8 @@
#define ESS_ACMD_VERSION 0xE1 /* get version number */
#define ESS_ACMD_LEGACY_ID 0xE7 /* get legacy ES688/ES1688 ID bytes */
-#define ESS_MINRATE 5000 /* XXX */
-#define ESS_MAXRATE 50000 /* XXX */
+#define ESS_MINRATE 4000
+#define ESS_MAXRATE 44100
/*
* Macros to detect valid hardware configuration data.