Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: isa: Add SPDX id lines to some files

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>

authored by

Tim Bird and committed by
Takashi Iwai
24618446 65ff3a8d

+7 -6
+1
sound/hda/core/trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * tracepoint definitions for HD-audio core drivers 3 4 */
+1
sound/isa/gus/interwave-stb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define SNDRV_STB 2 3 #include "interwave.c"
+1
sound/isa/msnd/msnd_classic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */ 2 3 #define MSND_CLASSIC 3 4 #include "msnd_pinnacle.c"
+1
sound/isa/opti9xx/opti92x-cs4231.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define CS4231 2 3 #include "opti92x-ad1848.c"
+1
sound/isa/opti9xx/opti93x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define OPTi93X 2 3 #include "opti92x-ad1848.c" 3 4
+1 -6
sound/isa/sb/jazz16.c
··· 1 - 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * jazz16.c - driver for Media Vision Jazz16 based soundcards. 4 4 * Copyright (C) 2009 Krzysztof Helt <krzysztof.h1@wp.pl> 5 5 * Based on patches posted by Rask Ingemann Lambertsen and Rene Herman. 6 6 * Based on OSS Sound Blaster driver. 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file COPYING in the main directory of this archive for 10 - * more details. 11 - * 12 7 */ 13 8 14 9 #include <linux/init.h>
+1
sound/isa/sb/sbawe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define SNDRV_SBAWE 2 3 #include "sb16.c"