forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/aoa/codecs/toonie.c
....@@ -1,10 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Apple Onboard Audio driver for Toonie codec
34 *
45 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5
- *
6
- * GPL v2, can be found in COPYING.
7
- *
86 *
97 * This is a driver for the toonie codec chip. This chip is present
108 * on the Mac Mini and is nothing but a DAC.
....@@ -32,7 +30,7 @@
3230 return 0;
3331 }
3432
35
-static struct snd_device_ops ops = {
33
+static const struct snd_device_ops ops = {
3634 .dev_register = toonie_dev_register,
3735 };
3836