summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-05 08:10:28 +0000
committerjkh <jkh@FreeBSD.org>1995-03-05 08:10:28 +0000
commit5b1befcfaa563fe7abc942457de15ad37482939c (patch)
tree7dfc8a8a0591399ee0d8d10f3261597f29080890 /sys/i386/isa/sound/local.h
parente07b647f3fa723cd93a7c1fdc508536d4fba5abb (diff)
downloadFreeBSD-src-5b1befcfaa563fe7abc942457de15ad37482939c.zip
FreeBSD-src-5b1befcfaa563fe7abc942457de15ad37482939c.tar.gz
Have dmabuf.c match the roll-back in soundcard.c. We should be making
better noises again. Submitted by: Sujal Patel <smpatel@wam.umd.edu>
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 43ca03e..479b706 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -37,9 +37,6 @@
#ifndef EXCLUDE_SB
#define EXCLUDE_SB
#endif
-#ifndef EXCLUDE_ADLIB
-#define EXCLUDE_ADLIB
-#endif
#ifndef EXCLUDE_GUS
#define EXCLUDE_GUS
#endif
@@ -77,9 +74,6 @@
#ifdef AUDIO_SB
#undef EXCLUDE_SB
#endif
-#ifdef AUDIO_ADLIB
-#undef EXCLUDE_ADLIB
-#endif
#ifdef AUDIO_GUS
#undef EXCLUDE_GUS
#endif
OpenPOWER on IntegriCloud