forked from ~ljy/RK356X_SDK_RELEASE

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