summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/opl3.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-10-31 06:30:22 +0000
committermarkm <markm@FreeBSD.org>1997-10-31 06:30:22 +0000
commitbe4808f6e2badf1629d651d8f1d2f5c7707e47a8 (patch)
tree9a3e498c45ec2bf39c7d1c79c9aa4bab90d109e8 /sys/i386/isa/sound/opl3.h
parent17d7551904f5e100c3f914c00c72350a63a49dfa (diff)
downloadFreeBSD-src-be4808f6e2badf1629d651d8f1d2f5c7707e47a8.zip
FreeBSD-src-be4808f6e2badf1629d651d8f1d2f5c7707e47a8.tar.gz
Upgrade the sound sources to Amancio Hasty's latest-and-greatest.
This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'. Bug reports to Amancio, please!
Diffstat (limited to 'sys/i386/isa/sound/opl3.h')
-rw-r--r--sys/i386/isa/sound/opl3.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/i386/isa/sound/opl3.h b/sys/i386/isa/sound/opl3.h
index d25116b..afa8d16 100644
--- a/sys/i386/isa/sound/opl3.h
+++ b/sys/i386/isa/sound/opl3.h
@@ -102,12 +102,12 @@
*
* AM/VIB/EG/KSR/Multiple (0x20 to 0x35)
*/
- #define AM_VIB 0x20
- #define TREMOLO_ON 0x80
- #define VIBRATO_ON 0x40
- #define SUSTAIN_ON 0x20
- #define KSR 0x10 /* Key scaling rate */
- #define MULTIPLE_MASK 0x0f /* Frequency multiplier */
+#define AM_VIB 0x20
+#define TREMOLO_ON 0x80
+#define VIBRATO_ON 0x40
+#define SUSTAIN_ON 0x20
+#define KSR 0x10 /* Key scaling rate */
+#define MULTIPLE_MASK 0x0f /* Frequency multiplier */
/*
* KSL/Total level (0x40 to 0x55)
@@ -231,7 +231,7 @@ struct physical_voice_info {
#define USE_LEFT 0
#define USE_RIGHT 1
-static struct physical_voice_info physical_voices[18] =
+static struct physical_voice_info pv_map[18] =
{
/* No Mode Side OP1 OP2 OP3 OP4 */
/* --------------------------------------------------- */
OpenPOWER on IntegriCloud