aboutsummaryrefslogtreecommitdiff
path: root/sound/aoa/codecs/toonie.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/aoa/codecs/toonie.c')
-rw-r--r--sound/aoa/codecs/toonie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/codecs/toonie.c b/sound/aoa/codecs/toonie.c
index b43469f43d2d..c2d014486c33 100644
--- a/sound/aoa/codecs/toonie.c
+++ b/sound/aoa/codecs/toonie.c
@@ -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,
};