summaryrefslogtreecommitdiff
path: root/sound/drivers/opl3/opl3_voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/drivers/opl3/opl3_voice.h')
-rw-r--r--sound/drivers/opl3/opl3_voice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/drivers/opl3/opl3_voice.h b/sound/drivers/opl3/opl3_voice.h
index a2445163008e..5b02bd49fde4 100644
--- a/sound/drivers/opl3/opl3_voice.h
+++ b/sound/drivers/opl3/opl3_voice.h
@@ -52,4 +52,8 @@ void snd_opl3_free_seq_oss(struct snd_opl3 *opl3);
#define snd_opl3_free_seq_oss(opl3) /* NOP */
#endif
+extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
+extern bool use_internal_drums;
+extern struct snd_midi_op opl3_ops;
+
#endif