forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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,