Skip to content

Commit 2461844

Browse files
tbird20dtiwai
authored andcommitted
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>
1 parent 65ff3a8 commit 2461844

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

sound/hda/core/trace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* tracepoint definitions for HD-audio core drivers
34
*/

sound/isa/gus/interwave-stb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#define SNDRV_STB
23
#include "interwave.c"

sound/isa/msnd/msnd_classic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
23
#define MSND_CLASSIC
34
#include "msnd_pinnacle.c"

sound/isa/opti9xx/opti92x-cs4231.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#define CS4231
23
#include "opti92x-ad1848.c"

sound/isa/opti9xx/opti93x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#define OPTi93X
23
#include "opti92x-ad1848.c"
34

sound/isa/sb/jazz16.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* jazz16.c - driver for Media Vision Jazz16 based soundcards.
44
* Copyright (C) 2009 Krzysztof Helt <krzysztof.h1@wp.pl>
55
* Based on patches posted by Rask Ingemann Lambertsen and Rene Herman.
66
* 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-
*
127
*/
138

149
#include <linux/init.h>

sound/isa/sb/sbawe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#define SNDRV_SBAWE
23
#include "sb16.c"

0 commit comments

Comments
 (0)