forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/sound/drivers/opl4/opl4_seq.c
....@@ -100,7 +100,7 @@
100100 return 0;
101101 }
102102
103
-static struct snd_midi_op opl4_ops = {
103
+static const struct snd_midi_op opl4_ops = {
104104 .note_on = snd_opl4_note_on,
105105 .note_off = snd_opl4_note_off,
106106 .note_terminate = snd_opl4_terminate_note,