forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/sound/pci/au88x0/au88x0_mixer.c
....@@ -25,7 +25,7 @@
2525 struct snd_ac97_bus *pbus;
2626 struct snd_ac97_template ac97;
2727 int err;
28
- static struct snd_ac97_bus_ops ops = {
28
+ static const struct snd_ac97_bus_ops ops = {
2929 .write = vortex_codec_write,
3030 .read = vortex_codec_read,
3131 };