summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-04 21:11:21 +0000
committerjkh <jkh@FreeBSD.org>1995-03-04 21:11:21 +0000
commitfb377011224d3ca2cc8b0c4cf7324b7a94629b31 (patch)
treee74ef7542072ec71095dbb0496791d1eac674c74 /sys/i386/isa/sound/local.h
parenta09fe2d23732f9ec6f4b73851ce89fae4346eb2d (diff)
downloadFreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.zip
FreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.tar.gz
Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.
Make the sound configuration a little neater (see /sys/i386/isa/sound/Readme.freebsd) Add support for the Microsoft Sound Source. Document the sound options again. Submitted by: Sujal Patel <smpatel@wam.umd.edu> Obtained from: Voxware
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h97
1 files changed, 91 insertions, 6 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index b7fba6d..43ca03e 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -1,6 +1,6 @@
/* for FreeBSD */
/*
- * $Id: local.h,v 1.10 1994/10/01 02:16:44 swallace Exp $
+ * local.h,v 1.11 1994/11/01 17:26:50 ache Exp
*/
#include "snd.h"
@@ -21,9 +21,94 @@
#endif
#define DSP_BUFFSIZE 65536
-#define SELECTED_SOUND_OPTIONS 0xffffffff
+#define SELECTED_SOUND_OPTIONS 0xffffffff
#define SOUND_VERSION_STRING "2.90-2"
-#define SOUND_CONFIG_DATE "Thu Sep 29 15:33:39 PDT 1994"
-#define SOUND_CONFIG_BY "swallace"
-#define SOUND_CONFIG_HOST "pal-r32-a07b.slip.nts.uci.edu"
-#define SOUND_CONFIG_DOMAIN ""
+#define SOUND_CONFIG_DATE "Sun Feb 5 14:38:12 EST 1995"
+#define SOUND_CONFIG_BY "smpatel"
+#define SOUND_CONFIG_HOST "xi.dorm.umd.edu"
+#define SOUND_CONFIG_DOMAIN "dorm.umd.edu"
+
+
+/* Reversed the VoxWare EXCLUDE options -Sujal Patel (smpatel@wam.umd.edu) */
+
+#ifndef EXCLUDE_PAS
+#define EXCLUDE_PAS
+#endif
+#ifndef EXCLUDE_SB
+#define EXCLUDE_SB
+#endif
+#ifndef EXCLUDE_ADLIB
+#define EXCLUDE_ADLIB
+#endif
+#ifndef EXCLUDE_GUS
+#define EXCLUDE_GUS
+#endif
+#ifndef EXCLUDE_MPU401
+#define EXCLUDE_MPU401
+#endif
+#ifndef EXCLUDE_UART6850
+#define EXCLUDE_UART6850
+#endif
+#ifndef EXCLUDE_PSS
+#define EXCLUDE_PSS
+#endif
+#ifndef EXCLUDE_GUS16
+#define EXCLUDE_GUS16
+#endif
+#ifndef EXCLUDE_GUSMAX
+#define EXCLUDE_GUSMAX
+#endif
+#ifndef EXCLUDE_MSS
+#define EXCLUDE_MSS
+#endif
+#ifndef EXCLUDE_SBPRO
+#define EXCLUDE_SBPRO
+#endif
+#ifndef EXCLUDE_SB16
+#define EXCLUDE_SB16
+#endif
+#ifndef EXCLUDE_YM3812
+#define EXCLUDE_YM3812
+#endif
+
+#ifdef AUDIO_PAS
+#undef EXCLUDE_PAS
+#endif
+#ifdef AUDIO_SB
+#undef EXCLUDE_SB
+#endif
+#ifdef AUDIO_ADLIB
+#undef EXCLUDE_ADLIB
+#endif
+#ifdef AUDIO_GUS
+#undef EXCLUDE_GUS
+#endif
+#ifdef AUDIO_MPU401
+#undef EXCLUDE_MPU401
+#endif
+#ifdef AUDIO_UART6850
+#undef EXCLUDE_UART6850
+#endif
+#ifdef AUDIO_PSS
+#undef EXCLUDE_PSS
+#endif
+#ifdef AUDIO_GUS16
+#undef EXCLUDE_GUS16
+#endif
+#ifdef AUDIO_GUSMAX
+#undef EXCLUDE_GUSMAX
+#endif
+#ifdef AUDIO_MSS
+#undef EXCLUDE_MSS
+#endif
+#ifdef AUDIO_SBPRO
+#undef EXCLUDE_SBPRO
+#undef EXCLUDE_SB
+#endif
+#ifdef AUDIO_SB16
+#undef EXCLUDE_SB16
+#undef EXCLUDE_SB
+#endif
+#ifdef AUDIO_YM3812
+#undef EXCLUDE_YM3812
+#endif
OpenPOWER on IntegriCloud