summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/gus_card.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-14 09:01:20 +0000
committerjkh <jkh@FreeBSD.org>1994-10-14 09:01:20 +0000
commit3dd6a4b3cf74dcd1617ba8f6f7346091d603cced (patch)
tree479b49999a0f099d966bd60e03220a5a30c109b8 /sys/i386/isa/sound/gus_card.c
parent90ce5175442eb03e918d7d3d2dcff116eab8e1af (diff)
downloadFreeBSD-src-3dd6a4b3cf74dcd1617ba8f6f7346091d603cced.zip
FreeBSD-src-3dd6a4b3cf74dcd1617ba8f6f7346091d603cced.tar.gz
Get the EXCLUDES correct so you can actually exclude GUS support.
Diffstat (limited to 'sys/i386/isa/sound/gus_card.c')
-rw-r--r--sys/i386/isa/sound/gus_card.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/gus_card.c b/sys/i386/isa/sound/gus_card.c
index 7f3bc42..c7c2e48 100644
--- a/sys/i386/isa/sound/gus_card.c
+++ b/sys/i386/isa/sound/gus_card.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: gus_card.c,v 1.8 1994/09/27 17:58:17 davidg Exp $
+ * $Id: gus_card.c,v 1.9 1994/10/01 02:16:38 swallace Exp $
*/
#include "sound_config.h"
@@ -168,7 +168,7 @@ gusintr (int irq)
/*
* Some extra code for the 16 bit sampling option
*/
-#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_GUS16)
+#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_GUS) && !defined(EXCLUDE_GUS16)
int
probe_gus_db16 (struct address_info *hw_config)
OpenPOWER on IntegriCloud