]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/spi/at73c213.c
ALSA: spi: constify snd_pcm_ops structures
[mirror_ubuntu-bionic-kernel.git] / sound / spi / at73c213.c
index fac7e6eb9529c26d2bb3e30ceaba11b42f55d15b..1ef52edeb5384cea2daa4d701b660a28fc2de6d2 100644 (file)
@@ -322,7 +322,7 @@ snd_at73c213_pcm_pointer(struct snd_pcm_substream *substream)
        return pos;
 }
 
-static struct snd_pcm_ops at73c213_playback_ops = {
+static const struct snd_pcm_ops at73c213_playback_ops = {
        .open           = snd_at73c213_pcm_open,
        .close          = snd_at73c213_pcm_close,
        .ioctl          = snd_pcm_lib_ioctl,