summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-15 18:35:35 +0000
committerjkh <jkh@FreeBSD.org>1996-11-15 18:35:35 +0000
commitc51142b4451690df0f5512654615941a47971a15 (patch)
tree4f7a7b0024d3a562e9ce5fd9c0b35a09e4a23b7c /sys/i386/isa/sound/local.h
parent5748956625e5b80556b7fc4defdcfd2b4ed86a28 (diff)
downloadFreeBSD-src-c51142b4451690df0f5512654615941a47971a15.zip
FreeBSD-src-c51142b4451690df0f5512654615941a47971a15.tar.gz
Break my own rule again - I didn't think this stuff was going to come back
with the copyright stuff fixed so soon (this should be merged into 2.2 when you have a chance, Poul). This is the new AWE32 driver, with support for the AWE32's fancy MIDI synthesizer. The utilities for this will appear as port submissions soon afterwards, according to the submitter. Submitted-By: Randall Hopper <rhh@ct.picker.com> Written-By: Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index c500366..fe78b4c 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -77,6 +77,11 @@
#define EXCLUDE_SB16MIDI
#endif
+#include "awe.h"
+#if NAWE == 0 && !defined(EXCLUDE_AWE32)
+#define EXCLUDE_AWE32
+#endif
+
#include "pas.h"
#if NPAS == 0 && !defined(EXCLUDE_PAS)
#define EXCLUDE_PAS
OpenPOWER on IntegriCloud