hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/pci/cs5530.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * cs5530.c - Initialisation code for Cyrix/NatSemi VSA1 softaudio
34 *
....@@ -20,16 +21,6 @@
2021 *
2122 * Thanks to National Semiconductor for providing the needed information
2223 * on the XpressAudio(tm) internals.
23
- *
24
- * This program is free software; you can redistribute it and/or modify it
25
- * under the terms of the GNU General Public License as published by the
26
- * Free Software Foundation; either version 2, or (at your option) any
27
- * later version.
28
- *
29
- * This program is distributed in the hope that it will be useful, but
30
- * WITHOUT ANY WARRANTY; without even the implied warranty of
31
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32
- * General Public License for more details.
3324 *
3425 * TO DO:
3526 * Investigate whether we can portably support Cognac (5520) in the
....@@ -113,7 +104,7 @@
113104 void __iomem *mem;
114105 int err;
115106
116
- static struct snd_device_ops ops = {
107
+ static const struct snd_device_ops ops = {
117108 .dev_free = snd_cs5530_dev_free,
118109 };
119110 *rchip = NULL;