diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-23 00:53:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-23 00:53:29 +0000 |
commit | 71a30f02c7c79dc0def0cdec6bc48a4e903a0445 (patch) | |
tree | a32bcf111936864073b96a0269cda57657c758b3 /sys/dev/pci | |
parent | d0ca12af416ba6b24d78a2c0c869f5cd9a6aea95 (diff) |
remove duplicate ESA_MINISRC_OUT_BUFFER_SIZE define
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/esareg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/esareg.h b/sys/dev/pci/esareg.h index 101a50beade..1806d8ae366 100644 --- a/sys/dev/pci/esareg.h +++ b/sys/dev/pci/esareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: esareg.h,v 1.2 2012/10/18 21:44:21 deraadt Exp $ */ +/* $OpenBSD: esareg.h,v 1.3 2024/10/23 00:53:28 jsg Exp $ */ /* $NetBSD: esareg.h,v 1.8 2002/03/06 18:30:31 jmcneill Exp $ */ /* @@ -583,7 +583,6 @@ #define ESA_MINISRC_IN_BUFFER_SIZE (0x50 * 2) #define ESA_MINISRC_OUT_BUFFER_SIZE (0x50 * 2 * 2) -#define ESA_MINISRC_OUT_BUFFER_SIZE (0x50 * 2 * 2) #define ESA_MINISRC_TMP_BUFFER_SIZE (112 + (ESA_MINISRC_BIQUAD_STAGE * 3 + 4) * 2 * 2) #define ESA_MINISRC_BIQUAD_STAGE 2 #define ESA_MINISRC_COEF_LOC 0x175 |