]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/pci/es1968.c
Merge branch 'pm-cpuidle'
[karo-tx-linux.git] / sound / pci / es1968.c
index cb38cd1c5fc4adfb0feb63455761c4ff4dd0dd21..514f2604086e837dd3e986bf6433f8829b224977 100644 (file)
@@ -2605,7 +2605,7 @@ static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool outpu
        }
 }
 
-static struct snd_tea575x_ops snd_es1968_tea_ops = {
+static const struct snd_tea575x_ops snd_es1968_tea_ops = {
        .set_pins = snd_es1968_tea575x_set_pins,
        .get_pins = snd_es1968_tea575x_get_pins,
        .set_direction = snd_es1968_tea575x_set_direction,