summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-17 03:15:30 +0000
committerkato <kato@FreeBSD.org>1998-02-17 03:15:30 +0000
commitd8e9082d6821371f1cf1033a90cac37119c00504 (patch)
treedfeae7ed611d19a04d6d4137a64736b184c6f5ef /sys/sys/soundcard.h
parent92d446ce33e70da0a2369964ea4191139459c432 (diff)
downloadFreeBSD-src-d8e9082d6821371f1cf1033a90cac37119c00504.zip
FreeBSD-src-d8e9082d6821371f1cf1033a90cac37119c00504.tar.gz
Enable NEC 86 sound card when PC98 is defined.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 1d20cbd..106ba7b 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -77,6 +77,9 @@
#define SNDCARD_MAUI 23
#define SNDCARD_PSEUDO_MSS 24
#define SNDCARD_AWE32 25
+#ifdef PC98
+#define SNDCARD_PCM86 26
+#endif
/*
* IOCTL Commands for /dev/sequencer
OpenPOWER on IntegriCloud