ALSA: aoa: Constify snd_device_ops definitions
[sfrench/cifs-2.6.git] / sound / aoa / codecs / toonie.c
index b43469f43d2d643a94c2f417168e587498dbc462..c2d014486c33a0ecb99a0b5146f1ed1ea602d5c1 100644 (file)
@@ -30,7 +30,7 @@ static int toonie_dev_register(struct snd_device *dev)
        return 0;
 }
 
-static struct snd_device_ops ops = {
+static const struct snd_device_ops ops = {
        .dev_register = toonie_dev_register,
 };