ALSA: sh: Constify snd_device_ops definitions
[linux-2.6-microblaze.git] / sound / sh / sh_dac_audio.c
index b1e171d..4affdc1 100644 (file)
@@ -325,7 +325,7 @@ static int snd_sh_dac_create(struct snd_card *card,
        struct snd_sh_dac *chip;
        int err;
 
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                   .dev_free = snd_sh_dac_dev_free,
        };