summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-09-01 19:09:11 +0000
committerjkh <jkh@FreeBSD.org>1995-09-01 19:09:11 +0000
commite7b3809ef059bd343f63a903bc84b3a0f6d72176 (patch)
tree5f46743e21b9adff64f3b5dd7e055d6b6f99b4a1 /sys/i386/isa/sound/local.h
parent9996aac55eeac4136e7987e850c7e7bcb6437c0f (diff)
downloadFreeBSD-src-e7b3809ef059bd343f63a903bc84b3a0f6d72176.zip
FreeBSD-src-e7b3809ef059bd343f63a903bc84b3a0f6d72176.tar.gz
Jim's attempt to fix the new sound code somewhat. Tested with
the pas-16, GUS, and GUS-MAX cards. Sound blaster owners, please test also! Submitted by: Jim Lowe <james>
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index b45b0ac..23d09dd 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -48,7 +48,7 @@
#define EXCLUDE_SSCAPE
#endif
-#if !defined(GUSMAX) && !defined(EXCLUDE_GUSMAX)
+#if NGUS == 0 && !defined(EXCLUDE_GUSMAX)
# define EXCLUDE_GUSMAX
# if defined(EXCLUDE_GUS16) && defined(EXCLUDE_MSS) && !defined(EXCLUDE_AD1848)
# define EXCLUDE_AD1848
OpenPOWER on IntegriCloud