hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/sound/aoa/codecs/tas.c
....@@ -1,9 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Apple Onboard Audio driver for tas codec
34 *
45 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5
- *
6
- * GPL v2, can be found in COPYING.
76 *
87 * Open questions:
98 * - How to distinguish between 3004 and versions?
....@@ -218,7 +217,7 @@
218217 return 0;
219218 }
220219
221
-static struct snd_device_ops ops = {
220
+static const struct snd_device_ops ops = {
222221 .dev_register = tas_dev_register,
223222 };
224223
....@@ -370,7 +369,7 @@
370369 }
371370
372371 #define MIXER_CONTROL(n,descr,idx) \
373
-static struct snd_kcontrol_new n##_control = { \
372
+static const struct snd_kcontrol_new n##_control = { \
374373 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
375374 .name = descr " Playback Volume", \
376375 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \