mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
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>
5 lines
158 B
C
5 lines
158 B
C
// 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"
|