ALSA: aoa: Constify snd_device_ops definitions
[sfrench/cifs-2.6.git] / sound / aoa / codecs / onyx.c
index 9827bee109c1a497a01fc19b8e3a2c16b324daed..83ab3e58a0d361bf6150ec000922b2d47c97b89a 100644 (file)
@@ -97,7 +97,7 @@ static int onyx_dev_register(struct snd_device *dev)
        return 0;
 }
 
-static struct snd_device_ops ops = {
+static const struct snd_device_ops ops = {
        .dev_register = onyx_dev_register,
 };