forked from ~ljy/RK356X_SDK_RELEASE

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