]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: isa: Add SPDX id lines to some files
authorTim Bird <tim.bird@sony.com>
Thu, 12 Feb 2026 19:59:05 +0000 (12:59 -0700)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Feb 2026 07:56:47 +0000 (08:56 +0100)
Add SPDX-License-Identifier lines to several files where
they are missing, mostly in the sound/isa subdir.
Use GPL-2.0 as the id.

[ note: the same change applied to sound/hda/core/trace.c, too -- tiwai ]

Signed-off-by: Tim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260212195905.3726149-1-tim.bird@sony.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/core/trace.c
sound/isa/gus/interwave-stb.c
sound/isa/msnd/msnd_classic.c
sound/isa/opti9xx/opti92x-cs4231.c
sound/isa/opti9xx/opti93x.c
sound/isa/sb/jazz16.c
sound/isa/sb/sbawe.c

index ca2d6bd94518e07b3483f7cff5627533e88a6fa6..c18759ca48ea855a1b991aef2fe6cad94c98fb39 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * tracepoint definitions for HD-audio core drivers
  */
index dbe4f48a9846df1ac968368a7fde657e6c0484fa..9b3468c8bc43295511cc83d0369dbbe87930fef0 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define SNDRV_STB
 #include "interwave.c"
index 3b23a096fa4e1c9040edbabafacfa7efb6057571..9c37c9fb94abc77870ce87808fd0349199962cc9 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
 #define MSND_CLASSIC
 #include "msnd_pinnacle.c"
index b17ab19f6d81edd2940b04e2483a60694e54c36c..e27dc9093c02bc202962427d38fac49c3a57e74a 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define CS4231
 #include "opti92x-ad1848.c"
index bad9da521bf95597dcaf4510174c38b0a47d6d86..cd1fa4635b2633af79fde4534fb7bd2931544d78 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #define OPTi93X
 #include "opti92x-ad1848.c"
 
index 69d9bfb6c14c617d81f49fa07d02f060e0a9a700..3f2a5c4e47a751be6e8fcf4328141d2749acde7a 100644 (file)
@@ -1,14 +1,9 @@
-
+// SPDX-License-Identifier: GPL-2.0
 /*
  * jazz16.c - driver for Media Vision Jazz16 based soundcards.
  * Copyright (C) 2009 Krzysztof Helt <krzysztof.h1@wp.pl>
  * Based on patches posted by Rask Ingemann Lambertsen and Rene Herman.
  * Based on OSS Sound Blaster driver.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file COPYING in the main directory of this archive for
- * more details.
- *
  */
 
 #include <linux/init.h>
index 2ec52a3473a2dbe58aa9cbb0a29e559563c806f2..1e00a6b4a1bd6121f9b1f287840720e05dd405ee 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define SNDRV_SBAWE
 #include "sb16.c"