Commit 24618446 authored by Tim Bird's avatar Tim Bird Committed by Takashi Iwai
Browse files

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: default avatarTim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260212195905.3726149-1-tim.bird@sony.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 65ff3a8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * tracepoint definitions for HD-audio core drivers
 */
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#define SNDRV_STB
#include "interwave.c"
+1 −0
Original line number Diff line number Diff line
// 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"
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#define CS4231
#include "opti92x-ad1848.c"
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
#define OPTi93X
#include "opti92x-ad1848.c"
Loading