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>
This commit is contained in:
Tim Bird
2026-02-12 12:59:05 -07:00
committed by Takashi Iwai
parent 65ff3a8d0b
commit 2461844607
7 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* tracepoint definitions for HD-audio core drivers
*/

View File

@@ -1,2 +1,3 @@
// SPDX-License-Identifier: GPL-2.0
#define SNDRV_STB
#include "interwave.c"

View 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"

View File

@@ -1,2 +1,3 @@
// SPDX-License-Identifier: GPL-2.0
#define CS4231
#include "opti92x-ad1848.c"

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#define OPTi93X
#include "opti92x-ad1848.c"

View 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>

View File

@@ -1,2 +1,3 @@
// SPDX-License-Identifier: GPL-2.0
#define SNDRV_SBAWE
#include "sb16.c"