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