forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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,