diff options
author | jkh <jkh@FreeBSD.org> | 1996-11-16 02:24:23 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-11-16 02:24:23 +0000 |
commit | f62a19c1f3ca95fbf0eb73cbc612f8399f413d94 (patch) | |
tree | 1f7a9bc849ee45480352440b58e9e288cc7f424d | |
parent | 7ee7cc87a2bbed9da87195ac751baf238e2f37bb (diff) | |
download | FreeBSD-src-f62a19c1f3ca95fbf0eb73cbc612f8399f413d94.zip FreeBSD-src-f62a19c1f3ca95fbf0eb73cbc612f8399f413d94.tar.gz |
Commit AWE32 changes I forgot in my first round. Whoops!
-rw-r--r-- | sys/i386/include/soundcard.h | 3 | ||||
-rw-r--r-- | sys/sys/soundcard.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/include/soundcard.h b/sys/i386/include/soundcard.h index 666a4b8..a9c04ac 100644 --- a/sys/i386/include/soundcard.h +++ b/sys/i386/include/soundcard.h @@ -68,6 +68,8 @@ #ifdef PC98 #define SNDCARD_PCM86 19 #endif +#define SNDCARD_AWE32 20 + /*********************************** * IOCTL Commands for /dev/sequencer @@ -497,6 +499,7 @@ struct synth_info { /* Read only */ #define FM_TYPE_OPL3 0x01 #define SAMPLE_TYPE_GUS 0x10 +#define SAMPLE_TYPE_AWE32 0x20 int perc_mode; /* No longer supported */ int nr_voices; diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 666a4b8..a9c04ac 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -68,6 +68,8 @@ #ifdef PC98 #define SNDCARD_PCM86 19 #endif +#define SNDCARD_AWE32 20 + /*********************************** * IOCTL Commands for /dev/sequencer @@ -497,6 +499,7 @@ struct synth_info { /* Read only */ #define FM_TYPE_OPL3 0x01 #define SAMPLE_TYPE_GUS 0x10 +#define SAMPLE_TYPE_AWE32 0x20 int perc_mode; /* No longer supported */ int nr_voices; |