aboutsummaryrefslogtreecommitdiff
path: root/sound/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/fmopl.h')
-rw-r--r--sound/fmopl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 701238dc40..c65fd553ce 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -30,8 +30,10 @@
enum {
FMOPL_ENV_BITS_HQ = 16,
+ FMOPL_ENV_BITS_MQ = 8,
FMOPL_ENV_BITS_LQ = 8,
FMOPL_EG_ENT_HQ = 4096,
+ FMOPL_EG_ENT_MQ = 1024,
FMOPL_EG_ENT_LQ = 128
};