forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,