kernel/sound/drivers/opl4/opl4_seq.c
.. .. @@ -100,7 +100,7 @@ 100 100 return 0; 101 101 } 102 102 103 -static struct snd_midi_op opl4_ops = {103 +static const struct snd_midi_op opl4_ops = {104 104 .note_on = snd_opl4_note_on, 105 105 .note_off = snd_opl4_note_off, 106 106 .note_terminate = snd_opl4_terminate_note,