summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-31 04:09:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-05 11:37:09 -0400
commit5765e78e84023ced0c719aaea2ef59b9b34f626a (patch)
treeb766f1407c8ded59bf79e1d6cc8dd0ccb5fbba3a /sound/pci
parentddc64d0ac97814fcc42ed90a2ea0c69658806c67 (diff)
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364
Based on 1 normalized pattern(s): this source file is released under gpl v2 license no other versions see the copying file included in the main directory of this source distribution for the license terms and conditions extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 28 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190531081035.780831265@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ctxfi/ct20k1reg.h5
-rw-r--r--sound/pci/ctxfi/ct20k2reg.h5
-rw-r--r--sound/pci/ctxfi/ctamixer.c6
-rw-r--r--sound/pci/ctxfi/ctamixer.h6
-rw-r--r--sound/pci/ctxfi/ctatc.c5
-rw-r--r--sound/pci/ctxfi/ctatc.h6
-rw-r--r--sound/pci/ctxfi/ctdaio.c6
-rw-r--r--sound/pci/ctxfi/ctdaio.h6
-rw-r--r--sound/pci/ctxfi/cthardware.c6
-rw-r--r--sound/pci/ctxfi/cthardware.h6
-rw-r--r--sound/pci/ctxfi/cthw20k1.c6
-rw-r--r--sound/pci/ctxfi/cthw20k1.h6
-rw-r--r--sound/pci/ctxfi/cthw20k2.c6
-rw-r--r--sound/pci/ctxfi/cthw20k2.h6
-rw-r--r--sound/pci/ctxfi/ctimap.c6
-rw-r--r--sound/pci/ctxfi/ctimap.h6
-rw-r--r--sound/pci/ctxfi/ctmixer.c6
-rw-r--r--sound/pci/ctxfi/ctmixer.h6
-rw-r--r--sound/pci/ctxfi/ctpcm.c6
-rw-r--r--sound/pci/ctxfi/ctpcm.h6
-rw-r--r--sound/pci/ctxfi/ctresource.c6
-rw-r--r--sound/pci/ctxfi/ctresource.h6
-rw-r--r--sound/pci/ctxfi/ctsrc.c6
-rw-r--r--sound/pci/ctxfi/ctsrc.h6
-rw-r--r--sound/pci/ctxfi/cttimer.c5
-rw-r--r--sound/pci/ctxfi/ctvmem.c5
-rw-r--r--sound/pci/ctxfi/ctvmem.h5
-rw-r--r--sound/pci/ctxfi/xfi.c5
28 files changed, 28 insertions, 133 deletions
diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h
index 5851249f11d9..d4bfee499fb1 100644
--- a/sound/pci/ctxfi/ct20k1reg.h
+++ b/sound/pci/ctxfi/ct20k1reg.h
@@ -1,9 +1,6 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 */ 4 */
8 5
9#ifndef CT20K1REG_H 6#ifndef CT20K1REG_H
diff --git a/sound/pci/ctxfi/ct20k2reg.h b/sound/pci/ctxfi/ct20k2reg.h
index ca501ba03d64..af94ea66fdda 100644
--- a/sound/pci/ctxfi/ct20k2reg.h
+++ b/sound/pci/ctxfi/ct20k2reg.h
@@ -1,9 +1,6 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 */ 4 */
8 5
9#ifndef _20K2REGISTERS_H_ 6#ifndef _20K2REGISTERS_H_
diff --git a/sound/pci/ctxfi/ctamixer.c b/sound/pci/ctxfi/ctamixer.c
index 5fcbb065d870..d4ff377eb3a3 100644
--- a/sound/pci/ctxfi/ctamixer.c
+++ b/sound/pci/ctxfi/ctamixer.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctamixer.c 5 * @File ctamixer.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 21 2008 12 * @Date May 21 2008
16 *
17 */ 13 */
18 14
19#include "ctamixer.h" 15#include "ctamixer.h"
diff --git a/sound/pci/ctxfi/ctamixer.h b/sound/pci/ctxfi/ctamixer.h
index 2de18aa6508d..4fafb397abed 100644
--- a/sound/pci/ctxfi/ctamixer.h
+++ b/sound/pci/ctxfi/ctamixer.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctamixer.h 5 * @File ctamixer.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 21 2008 12 * @Date May 21 2008
16 *
17 */ 13 */
18 14
19#ifndef CTAMIXER_H 15#ifndef CTAMIXER_H
diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c
index e622613ea947..055a71b0a643 100644
--- a/sound/pci/ctxfi/ctatc.c
+++ b/sound/pci/ctxfi/ctatc.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctatc.c 5 * @File ctatc.c
9 * 6 *
10 * @Brief 7 * @Brief
diff --git a/sound/pci/ctxfi/ctatc.h b/sound/pci/ctxfi/ctatc.h
index 56413343a9e8..ac31b32b277b 100644
--- a/sound/pci/ctxfi/ctatc.h
+++ b/sound/pci/ctxfi/ctatc.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctatc.h 5 * @File ctatc.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Mar 28 2008 11 * @Date Mar 28 2008
15 *
16 */ 12 */
17 13
18#ifndef CTATC_H 14#ifndef CTATC_H
diff --git a/sound/pci/ctxfi/ctdaio.c b/sound/pci/ctxfi/ctdaio.c
index f35a7341e446..27441d498968 100644
--- a/sound/pci/ctxfi/ctdaio.c
+++ b/sound/pci/ctxfi/ctdaio.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctdaio.c 5 * @File ctdaio.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 23 2008 12 * @Date May 23 2008
16 *
17 */ 13 */
18 14
19#include "ctdaio.h" 15#include "ctdaio.h"
diff --git a/sound/pci/ctxfi/ctdaio.h b/sound/pci/ctxfi/ctdaio.h
index a30be73b08ea..431583bb0a3e 100644
--- a/sound/pci/ctxfi/ctdaio.h
+++ b/sound/pci/ctxfi/ctdaio.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctdaio.h 5 * @File ctdaio.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 23 2008 12 * @Date May 23 2008
16 *
17 */ 13 */
18 14
19#ifndef CTDAIO_H 15#ifndef CTDAIO_H
diff --git a/sound/pci/ctxfi/cthardware.c b/sound/pci/ctxfi/cthardware.c
index a689f2552706..9b7e63f4a3a7 100644
--- a/sound/pci/ctxfi/cthardware.c
+++ b/sound/pci/ctxfi/cthardware.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthardware.c 5 * @File cthardware.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Jun 26 2008 11 * @Date Jun 26 2008
15 *
16 */ 12 */
17 13
18#include "cthardware.h" 14#include "cthardware.h"
diff --git a/sound/pci/ctxfi/cthardware.h b/sound/pci/ctxfi/cthardware.h
index 54cc9cb75f00..9e6b83bd432d 100644
--- a/sound/pci/ctxfi/cthardware.h
+++ b/sound/pci/ctxfi/cthardware.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthardware.h 5 * @File cthardware.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 13 2008 11 * @Date May 13 2008
15 *
16 */ 12 */
17 13
18#ifndef CTHARDWARE_H 14#ifndef CTHARDWARE_H
diff --git a/sound/pci/ctxfi/cthw20k1.c b/sound/pci/ctxfi/cthw20k1.c
index 6a051a1c3724..4ff7ecd92709 100644
--- a/sound/pci/ctxfi/cthw20k1.c
+++ b/sound/pci/ctxfi/cthw20k1.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthw20k1.c 5 * @File cthw20k1.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Jun 24 2008 11 * @Date Jun 24 2008
15 *
16 */ 12 */
17 13
18#include <linux/types.h> 14#include <linux/types.h>
diff --git a/sound/pci/ctxfi/cthw20k1.h b/sound/pci/ctxfi/cthw20k1.h
index 02f72fb448a6..b7cbe82d71bd 100644
--- a/sound/pci/ctxfi/cthw20k1.h
+++ b/sound/pci/ctxfi/cthw20k1.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthw20k1.h 5 * @File cthw20k1.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 13 2008 11 * @Date May 13 2008
15 *
16 */ 12 */
17 13
18#ifndef CTHW20K1_H 14#ifndef CTHW20K1_H
diff --git a/sound/pci/ctxfi/cthw20k2.c b/sound/pci/ctxfi/cthw20k2.c
index 3c966fafc754..3cd4b7dad945 100644
--- a/sound/pci/ctxfi/cthw20k2.c
+++ b/sound/pci/ctxfi/cthw20k2.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthw20k2.c 5 * @File cthw20k2.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 14 2008 11 * @Date May 14 2008
15 *
16 */ 12 */
17 13
18#include <linux/types.h> 14#include <linux/types.h>
diff --git a/sound/pci/ctxfi/cthw20k2.h b/sound/pci/ctxfi/cthw20k2.h
index d2b7daab6815..797b13dcd84c 100644
--- a/sound/pci/ctxfi/cthw20k2.h
+++ b/sound/pci/ctxfi/cthw20k2.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File cthw20k2.h 5 * @File cthw20k2.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 13 2008 11 * @Date May 13 2008
15 *
16 */ 12 */
17 13
18#ifndef CTHW20K2_H 14#ifndef CTHW20K2_H
diff --git a/sound/pci/ctxfi/ctimap.c b/sound/pci/ctxfi/ctimap.c
index 0b73368a4df6..eb1825e13fc5 100644
--- a/sound/pci/ctxfi/ctimap.c
+++ b/sound/pci/ctxfi/ctimap.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctimap.c 5 * @File ctimap.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 23 2008 12 * @Date May 23 2008
16 *
17 */ 13 */
18 14
19#include "ctimap.h" 15#include "ctimap.h"
diff --git a/sound/pci/ctxfi/ctimap.h b/sound/pci/ctxfi/ctimap.h
index 53ccf9be8b68..79bc94bce4d5 100644
--- a/sound/pci/ctxfi/ctimap.h
+++ b/sound/pci/ctxfi/ctimap.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctimap.h 5 * @File ctimap.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 23 2008 12 * @Date May 23 2008
16 *
17 */ 13 */
18 14
19#ifndef CTIMAP_H 15#ifndef CTIMAP_H
diff --git a/sound/pci/ctxfi/ctmixer.c b/sound/pci/ctxfi/ctmixer.c
index 4777d50fbbf8..84514dc90d87 100644
--- a/sound/pci/ctxfi/ctmixer.c
+++ b/sound/pci/ctxfi/ctmixer.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctmixer.c 5 * @File ctmixer.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 28 2008 11 * @Date May 28 2008
15 *
16 */ 12 */
17 13
18 14
diff --git a/sound/pci/ctxfi/ctmixer.h b/sound/pci/ctxfi/ctmixer.h
index be881c639fee..770dc18a85e8 100644
--- a/sound/pci/ctxfi/ctmixer.h
+++ b/sound/pci/ctxfi/ctmixer.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctmixer.h 5 * @File ctmixer.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Mar 28 2008 11 * @Date Mar 28 2008
15 *
16 */ 12 */
17 13
18#ifndef CTMIXER_H 14#ifndef CTMIXER_H
diff --git a/sound/pci/ctxfi/ctpcm.c b/sound/pci/ctxfi/ctpcm.c
index b36e37ae2b51..89923399e646 100644
--- a/sound/pci/ctxfi/ctpcm.c
+++ b/sound/pci/ctxfi/ctpcm.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctpcm.c 5 * @File ctpcm.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Apr 2 2008 11 * @Date Apr 2 2008
15 *
16 */ 12 */
17 13
18#include "ctpcm.h" 14#include "ctpcm.h"
diff --git a/sound/pci/ctxfi/ctpcm.h b/sound/pci/ctxfi/ctpcm.h
index 178da0dca647..dfa1c62f7d1e 100644
--- a/sound/pci/ctxfi/ctpcm.h
+++ b/sound/pci/ctxfi/ctpcm.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctpcm.h 5 * @File ctpcm.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date Mar 28 2008 11 * @Date Mar 28 2008
15 *
16 */ 12 */
17 13
18#ifndef CTPCM_H 14#ifndef CTPCM_H
diff --git a/sound/pci/ctxfi/ctresource.c b/sound/pci/ctxfi/ctresource.c
index 80c4d84f9667..0bb5696e44b3 100644
--- a/sound/pci/ctxfi/ctresource.c
+++ b/sound/pci/ctxfi/ctresource.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctresource.c 5 * @File ctresource.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -12,7 +9,6 @@
12 * 9 *
13 * @Author Liu Chun 10 * @Author Liu Chun
14 * @Date May 15 2008 11 * @Date May 15 2008
15 *
16 */ 12 */
17 13
18#include "ctresource.h" 14#include "ctresource.h"
diff --git a/sound/pci/ctxfi/ctresource.h b/sound/pci/ctxfi/ctresource.h
index 736d9f7e9e16..93e47488a1c1 100644
--- a/sound/pci/ctxfi/ctresource.h
+++ b/sound/pci/ctxfi/ctresource.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctresource.h 5 * @File ctresource.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 13 2008 12 * @Date May 13 2008
16 *
17 */ 13 */
18 14
19#ifndef CTRESOURCE_H 15#ifndef CTRESOURCE_H
diff --git a/sound/pci/ctxfi/ctsrc.c b/sound/pci/ctxfi/ctsrc.c
index a4fc10723fc6..37c18ce84974 100644
--- a/sound/pci/ctxfi/ctsrc.c
+++ b/sound/pci/ctxfi/ctsrc.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctsrc.c 5 * @File ctsrc.c
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 13 2008 12 * @Date May 13 2008
16 *
17 */ 13 */
18 14
19#include "ctsrc.h" 15#include "ctsrc.h"
diff --git a/sound/pci/ctxfi/ctsrc.h b/sound/pci/ctxfi/ctsrc.h
index 92944a012bc4..1204962280c8 100644
--- a/sound/pci/ctxfi/ctsrc.h
+++ b/sound/pci/ctxfi/ctsrc.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctsrc.h 5 * @File ctsrc.h
9 * 6 *
10 * @Brief 7 * @Brief
@@ -13,7 +10,6 @@
13 * 10 *
14 * @Author Liu Chun 11 * @Author Liu Chun
15 * @Date May 13 2008 12 * @Date May 13 2008
16 *
17 */ 13 */
18 14
19#ifndef CTSRC_H 15#ifndef CTSRC_H
diff --git a/sound/pci/ctxfi/cttimer.c b/sound/pci/ctxfi/cttimer.c
index 2099e9ce441a..0bb447ccd77c 100644
--- a/sound/pci/ctxfi/cttimer.c
+++ b/sound/pci/ctxfi/cttimer.c
@@ -1,9 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * PCM timer handling on ctxfi 3 * PCM timer handling on ctxfi
3 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 */ 4 */
8 5
9#include <linux/slab.h> 6#include <linux/slab.h>
diff --git a/sound/pci/ctxfi/ctvmem.c b/sound/pci/ctxfi/ctvmem.c
index 520e19bc649f..2e80b17a7104 100644
--- a/sound/pci/ctxfi/ctvmem.c
+++ b/sound/pci/ctxfi/ctvmem.c
@@ -1,10 +1,7 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctvmem.c 5 * @File ctvmem.c
9 * 6 *
10 * @Brief 7 * @Brief
diff --git a/sound/pci/ctxfi/ctvmem.h b/sound/pci/ctxfi/ctvmem.h
index e6da60eb19ce..54818a3c245d 100644
--- a/sound/pci/ctxfi/ctvmem.h
+++ b/sound/pci/ctxfi/ctvmem.h
@@ -1,10 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/** 2/**
2 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3 * 4 *
4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
6 * distribution for the license terms and conditions.
7 *
8 * @File ctvmem.h 5 * @File ctvmem.h
9 * 6 *
10 * @Brief 7 * @Brief
diff --git a/sound/pci/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c
index b2874220be1b..8c07c6463c24 100644
--- a/sound/pci/ctxfi/xfi.c
+++ b/sound/pci/ctxfi/xfi.c
@@ -1,11 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * xfi linux driver. 3 * xfi linux driver.
3 * 4 *
4 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 5 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
5 *
6 * This source file is released under GPL v2 license (no other versions).
7 * See the COPYING file included in the main directory of this source
8 * distribution for the license terms and conditions.
9 */ 6 */
10 7
11#include <linux/init.h> 8#include <linux/init.h>