ALSA: seq: Constify struct snd_midi_op
[linux-2.6-microblaze.git] / sound / drivers / opl3 / opl3_voice.h
index dc0626a..be9ccca 100644 (file)
@@ -41,6 +41,6 @@ void snd_opl3_free_seq_oss(struct snd_opl3 *opl3);
 
 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
 extern bool use_internal_drums;
-extern struct snd_midi_op opl3_ops;
+extern const struct snd_midi_op opl3_ops;
 
 #endif