diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /sound/soc/codecs | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/soc/codecs')
210 files changed, 210 insertions, 877 deletions
diff --git a/sound/soc/codecs/88pm860x-codec.c b/sound/soc/codecs/88pm860x-codec.c index 3c3ef422853d..e982722b448e 100644 --- a/sound/soc/codecs/88pm860x-codec.c +++ b/sound/soc/codecs/88pm860x-codec.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver | 3 | * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver |
3 | * | 4 | * |
4 | * Copyright 2010 Marvell International Ltd. | 5 | * Copyright 2010 Marvell International Ltd. |
5 | * Author: Haojian Zhuang <haojian.zhuang@marvell.com> | 6 | * Author: Haojian Zhuang <haojian.zhuang@marvell.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/sound/soc/codecs/88pm860x-codec.h b/sound/soc/codecs/88pm860x-codec.h index 33aa9ff3463f..f025146e506c 100644 --- a/sound/soc/codecs/88pm860x-codec.h +++ b/sound/soc/codecs/88pm860x-codec.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * 88pm860x-codec.h -- 88PM860x ALSA SoC Audio Driver | 3 | * 88pm860x-codec.h -- 88PM860x ALSA SoC Audio Driver |
3 | * | 4 | * |
4 | * Copyright 2010 Marvell International Ltd. | 5 | * Copyright 2010 Marvell International Ltd. |
5 | * Haojian Zhuang <haojian.zhuang@marvell.com> | 6 | * Haojian Zhuang <haojian.zhuang@marvell.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __88PM860X_H | 9 | #ifndef __88PM860X_H |
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index 19e7f0333c2a..98e25d93440c 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * for ST-Ericsson. | 14 | * for ST-Ericsson. |
14 | * | 15 | * |
15 | * License terms: | 16 | * License terms: |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify it | ||
18 | * under the terms of the GNU General Public License version 2 as published | ||
19 | * by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
diff --git a/sound/soc/codecs/ab8500-codec.h b/sound/soc/codecs/ab8500-codec.h index e2e54425d25e..0ac87d0446c2 100644 --- a/sound/soc/codecs/ab8500-codec.h +++ b/sound/soc/codecs/ab8500-codec.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * for ST-Ericsson. | 13 | * for ST-Ericsson. |
13 | * | 14 | * |
14 | * License terms: | 15 | * License terms: |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify it | ||
17 | * under the terms of the GNU General Public License version 2 as published | ||
18 | * by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #ifndef AB8500_CODEC_REGISTERS_H | 18 | #ifndef AB8500_CODEC_REGISTERS_H |
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index 31f609910bd6..b2635f3b11ca 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ak4535.c -- AK4535 ALSA Soc Audio driver | 3 | * ak4535.c -- AK4535 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Richard Purdie <richard@openedhand.com> | 7 | * Author: Richard Purdie <richard@openedhand.com> |
7 | * | 8 | * |
8 | * Based on wm8753.c by Liam Girdwood | 9 | * Based on wm8753.c by Liam Girdwood |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/ak4535.h b/sound/soc/codecs/ak4535.h index 402de1d274bf..978caf52144f 100644 --- a/sound/soc/codecs/ak4535.h +++ b/sound/soc/codecs/ak4535.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ak4535.h -- AK4535 Soc Audio driver | 3 | * ak4535.h -- AK4535 Soc Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Richard Purdie <richard@openedhand.com> | 7 | * Author: Richard Purdie <richard@openedhand.com> |
7 | * | 8 | * |
8 | * Based on wm8753.h | 9 | * Based on wm8753.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _AK4535_H | 12 | #ifndef _AK4535_H |
diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index 05869beff26e..2d5b640aab58 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ak4641.c -- AK4641 ALSA Soc Audio driver | 3 | * ak4641.c -- AK4641 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2011 Dmitry Artamonow <mad_soft@inbox.ru> | 6 | * Copyright (C) 2011 Dmitry Artamonow <mad_soft@inbox.ru> |
6 | * | 7 | * |
7 | * Based on ak4535.c by Richard Purdie | 8 | * Based on ak4535.c by Richard Purdie |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/ak5386.c b/sound/soc/codecs/ak5386.c index d212960b4dda..c76bfff24602 100644 --- a/sound/soc/codecs/ak5386.c +++ b/sound/soc/codecs/ak5386.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC driver for | 3 | * ALSA SoC driver for |
3 | * Asahi Kasei AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC | 4 | * Asahi Kasei AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC |
4 | * | 5 | * |
5 | * (c) 2013 Daniel Mack <zonque@gmail.com> | 6 | * (c) 2013 Daniel Mack <zonque@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/alc5623.c b/sound/soc/codecs/alc5623.c index 981a32973c08..6added8f28da 100644 --- a/sound/soc/codecs/alc5623.c +++ b/sound/soc/codecs/alc5623.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * alc5623.c -- alc562[123] ALSA Soc Audio driver | 3 | * alc5623.c -- alc562[123] ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -6,13 +7,7 @@ | |||
6 | * | 7 | * |
7 | * Copyright 2010 Arnaud Patard <arnaud.patard@rtp-net.org> | 8 | * Copyright 2010 Arnaud Patard <arnaud.patard@rtp-net.org> |
8 | * | 9 | * |
9 | * | ||
10 | * Based on WM8753.c | 10 | * Based on WM8753.c |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | * | ||
16 | */ | 11 | */ |
17 | 12 | ||
18 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/alc5623.h b/sound/soc/codecs/alc5623.h index f3d68260d425..1dd88c772509 100644 --- a/sound/soc/codecs/alc5623.h +++ b/sound/soc/codecs/alc5623.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * alc5623.h -- alc562[123] ALSA Soc Audio driver | 3 | * alc5623.h -- alc562[123] ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: flove <flove@realtek.com> | 8 | * Author: flove <flove@realtek.com> |
8 | * Arnaud Patard <arnaud.patard@rtp-net.org> | 9 | * Arnaud Patard <arnaud.patard@rtp-net.org> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef _ALC5623_H | 12 | #ifndef _ALC5623_H |
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index 08034a6d4c5a..e4ca87cccfc6 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * alc5632.c -- ALC5632 ALSA SoC Audio Codec | 3 | * alc5632.c -- ALC5632 ALSA SoC Audio Codec |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Marc Dietrich <marvin24@gmx.de> | 10 | * Marc Dietrich <marvin24@gmx.de> |
10 | * | 11 | * |
11 | * Based on alc5623.c by Arnaud Patard | 12 | * Based on alc5623.c by Arnaud Patard |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/module.h> | 15 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/alc5632.h b/sound/soc/codecs/alc5632.h index 1b5bda594ea3..a2bb5f9c7109 100644 --- a/sound/soc/codecs/alc5632.h +++ b/sound/soc/codecs/alc5632.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * alc5632.h -- ALC5632 ALSA SoC Audio Codec | 3 | * alc5632.h -- ALC5632 ALSA SoC Audio Codec |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Marc Dietrich <marvin24@gmx.de> | 10 | * Marc Dietrich <marvin24@gmx.de> |
10 | * | 11 | * |
11 | * Based on alc5623.h by Arnaud Patard | 12 | * Based on alc5623.h by Arnaud Patard |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #ifndef _ALC5632_H | 15 | #ifndef _ALC5632_H |
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 5727ea079ad7..70341b30f567 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * arizona.c - Wolfson Arizona class device shared support | 3 | * arizona.c - Wolfson Arizona class device shared support |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index e3ccee5627c6..b893d3e4c97c 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arizona.h - Wolfson Arizona class device shared support | 3 | * arizona.h - Wolfson Arizona class device shared support |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _ASOC_ARIZONA_H | 10 | #ifndef _ASOC_ARIZONA_H |
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c index 4297058b6938..3a644a35c464 100644 --- a/sound/soc/codecs/cs35l32.c +++ b/sound/soc/codecs/cs35l32.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs35l32.c -- CS35L32 ALSA SoC audio driver | 3 | * cs35l32.c -- CS35L32 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 CirrusLogic, Inc. | 5 | * Copyright 2014 CirrusLogic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs35l32.h b/sound/soc/codecs/cs35l32.h index 1d6c2508cd41..9471a30e9105 100644 --- a/sound/soc/codecs/cs35l32.h +++ b/sound/soc/codecs/cs35l32.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs35l32.h -- CS35L32 ALSA SoC audio driver | 3 | * cs35l32.h -- CS35L32 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 CirrusLogic, Inc. | 5 | * Copyright 2014 CirrusLogic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS35L32_H__ | 10 | #ifndef __CS35L32_H__ |
diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c index e9b7f72d880b..6042194d95d3 100644 --- a/sound/soc/codecs/cs35l33.c +++ b/sound/soc/codecs/cs35l33.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs35l33.c -- CS35L33 ALSA SoC audio driver | 3 | * cs35l33.c -- CS35L33 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Cirrus Logic, Inc. | 5 | * Copyright 2016 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | #include <linux/module.h> | 9 | #include <linux/module.h> |
14 | #include <linux/moduleparam.h> | 10 | #include <linux/moduleparam.h> |
diff --git a/sound/soc/codecs/cs35l33.h b/sound/soc/codecs/cs35l33.h index c045737d1a5f..fcb5e1723be6 100644 --- a/sound/soc/codecs/cs35l33.h +++ b/sound/soc/codecs/cs35l33.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs35l33.h -- CS35L33 ALSA SoC audio driver | 3 | * cs35l33.h -- CS35L33 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Cirrus Logic, Inc. | 5 | * Copyright 2016 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS35L33_H__ | 10 | #ifndef __CS35L33_H__ |
diff --git a/sound/soc/codecs/cs35l34.c b/sound/soc/codecs/cs35l34.c index 5063c05afa27..b792c006e530 100644 --- a/sound/soc/codecs/cs35l34.c +++ b/sound/soc/codecs/cs35l34.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs35l34.c -- CS35l34 ALSA SoC audio driver | 3 | * cs35l34.c -- CS35l34 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Cirrus Logic, Inc. | 5 | * Copyright 2016 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs35l34.h b/sound/soc/codecs/cs35l34.h index bcd54f127559..97959e334f9b 100644 --- a/sound/soc/codecs/cs35l34.h +++ b/sound/soc/codecs/cs35l34.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs35l34.h -- CS35L34 ALSA SoC audio driver | 3 | * cs35l34.h -- CS35L34 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Cirrus Logic, Inc. | 5 | * Copyright 2016 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS35L34_H__ | 10 | #ifndef __CS35L34_H__ |
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index c71696146c5e..e330427a4314 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs35l35.c -- CS35L35 ALSA SoC audio driver | 3 | * cs35l35.c -- CS35L35 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2017 Cirrus Logic, Inc. | 5 | * Copyright 2017 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs35l35.h b/sound/soc/codecs/cs35l35.h index 621bfef70d03..ffb154cd962c 100644 --- a/sound/soc/codecs/cs35l35.h +++ b/sound/soc/codecs/cs35l35.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs35l35.h -- CS35L35 ALSA SoC audio driver | 3 | * cs35l35.h -- CS35L35 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Cirrus Logic, Inc. | 5 | * Copyright 2016 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS35L35_H__ | 10 | #ifndef __CS35L35_H__ |
diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c index c0190ec59e74..2fb65f246b0c 100644 --- a/sound/soc/codecs/cs4265.c +++ b/sound/soc/codecs/cs4265.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs4265.c -- CS4265 ALSA SoC audio driver | 3 | * cs4265.c -- CS4265 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Cirrus Logic, Inc. | 5 | * Copyright 2014 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs4265.h b/sound/soc/codecs/cs4265.h index 0a80a8dcec67..8bc28c2bf99e 100644 --- a/sound/soc/codecs/cs4265.h +++ b/sound/soc/codecs/cs4265.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs4265.h -- CS4265 ALSA SoC audio driver | 3 | * cs4265.h -- CS4265 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Cirrus Logic, Inc. | 5 | * Copyright 2014 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> | 7 | * Author: Paul Handrigan <paul.handrigan@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS4265_H__ | 10 | #ifndef __CS4265_H__ |
diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 651329bf9743..5125bb9b37b5 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs42l42.c -- CS42L42 ALSA SoC audio driver | 3 | * cs42l42.c -- CS42L42 ALSA SoC audio driver |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Author: James Schulman <james.schulman@cirrus.com> | 7 | * Author: James Schulman <james.schulman@cirrus.com> |
7 | * Author: Brian Austin <brian.austin@cirrus.com> | 8 | * Author: Brian Austin <brian.austin@cirrus.com> |
8 | * Author: Michael White <michael.white@cirrus.com> | 9 | * Author: Michael White <michael.white@cirrus.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs42l42.h b/sound/soc/codecs/cs42l42.h index 09b0a93203ef..9e3cc528dcff 100644 --- a/sound/soc/codecs/cs42l42.h +++ b/sound/soc/codecs/cs42l42.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs42l42.h -- CS42L42 ALSA SoC audio driver header | 3 | * cs42l42.h -- CS42L42 ALSA SoC audio driver header |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Author: James Schulman <james.schulman@cirrus.com> | 7 | * Author: James Schulman <james.schulman@cirrus.com> |
7 | * Author: Brian Austin <brian.austin@cirrus.com> | 8 | * Author: Brian Austin <brian.austin@cirrus.com> |
8 | * Author: Michael White <michael.white@cirrus.com> | 9 | * Author: Michael White <michael.white@cirrus.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef __CS42L42_H__ | 12 | #ifndef __CS42L42_H__ |
diff --git a/sound/soc/codecs/cs42l51-i2c.c b/sound/soc/codecs/cs42l51-i2c.c index 116221e581ce..70260e0a8f09 100644 --- a/sound/soc/codecs/cs42l51-i2c.c +++ b/sound/soc/codecs/cs42l51-i2c.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs42l56.c -- CS42L51 ALSA SoC I2C audio driver | 3 | * cs42l56.c -- CS42L51 ALSA SoC I2C audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 CirrusLogic, Inc. | 5 | * Copyright 2014 CirrusLogic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/i2c.h> | 10 | #include <linux/i2c.h> |
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 3d83c1be1292..2ea4cba3be2a 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs42l52.c -- CS42L52 ALSA SoC audio driver | 3 | * cs42l52.c -- CS42L52 ALSA SoC audio driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Georgi Vlaev <joe@nucleusys.com> | 7 | * Author: Georgi Vlaev <joe@nucleusys.com> |
7 | * Author: Brian Austin <brian.austin@cirrus.com> | 8 | * Author: Brian Austin <brian.austin@cirrus.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs42l52.h b/sound/soc/codecs/cs42l52.h index ac445993e6bf..e485670f9a6f 100644 --- a/sound/soc/codecs/cs42l52.h +++ b/sound/soc/codecs/cs42l52.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs42l52.h -- CS42L52 ALSA SoC audio driver | 3 | * cs42l52.h -- CS42L52 ALSA SoC audio driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Georgi Vlaev <joe@nucleusys.com> | 7 | * Author: Georgi Vlaev <joe@nucleusys.com> |
7 | * Author: Brian Austin <brian.austin@cirrus.com> | 8 | * Author: Brian Austin <brian.austin@cirrus.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef __CS42L52_H__ | 11 | #ifndef __CS42L52_H__ |
diff --git a/sound/soc/codecs/cs42l56.c b/sound/soc/codecs/cs42l56.c index a5c8736fad77..b4d7627525f9 100644 --- a/sound/soc/codecs/cs42l56.c +++ b/sound/soc/codecs/cs42l56.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs42l56.c -- CS42L56 ALSA SoC audio driver | 3 | * cs42l56.c -- CS42L56 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 CirrusLogic, Inc. | 5 | * Copyright 2014 CirrusLogic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs42l56.h b/sound/soc/codecs/cs42l56.h index 5025ec9be9b2..62a8c3cb1a01 100644 --- a/sound/soc/codecs/cs42l56.h +++ b/sound/soc/codecs/cs42l56.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs42l52.h -- CS42L56 ALSA SoC audio driver | 3 | * cs42l52.h -- CS42L56 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 CirrusLogic, Inc. | 5 | * Copyright 2014 CirrusLogic, Inc. |
5 | * | 6 | * |
6 | * Author: Brian Austin <brian.austin@cirrus.com> | 7 | * Author: Brian Austin <brian.austin@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef __CS42L56_H__ | 10 | #ifndef __CS42L56_H__ |
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c index 36b57ee00a30..a81739367109 100644 --- a/sound/soc/codecs/cs42l73.c +++ b/sound/soc/codecs/cs42l73.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs42l73.c -- CS42L73 ALSA Soc Audio driver | 3 | * cs42l73.c -- CS42L73 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Georgi Vlaev, Nucleus Systems Ltd, <joe@nucleusys.com> | 7 | * Authors: Georgi Vlaev, Nucleus Systems Ltd, <joe@nucleusys.com> |
7 | * Brian Austin, Cirrus Logic Inc, <brian.austin@cirrus.com> | 8 | * Brian Austin, Cirrus Logic Inc, <brian.austin@cirrus.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c index 80d672710eae..7fb34422a2a4 100644 --- a/sound/soc/codecs/cs43130.c +++ b/sound/soc/codecs/cs43130.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs43130.c -- CS43130 ALSA Soc Audio driver | 3 | * cs43130.c -- CS43130 ALSA Soc Audio driver |
3 | * | 4 | * |
4 | * Copyright 2017 Cirrus Logic, Inc. | 5 | * Copyright 2017 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Authors: Li Xu <li.xu@cirrus.com> | 7 | * Authors: Li Xu <li.xu@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
13 | #include <linux/moduleparam.h> | 10 | #include <linux/moduleparam.h> |
diff --git a/sound/soc/codecs/cs4349.c b/sound/soc/codecs/cs4349.c index bee0e343723f..09716fab1e26 100644 --- a/sound/soc/codecs/cs4349.c +++ b/sound/soc/codecs/cs4349.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs4349.c -- CS4349 ALSA Soc Audio driver | 3 | * cs4349.c -- CS4349 ALSA Soc Audio driver |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic, Inc. | 5 | * Copyright 2015 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Authors: Tim Howe <Tim.Howe@cirrus.com> | 7 | * Authors: Tim Howe <Tim.Howe@cirrus.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs47l24.c b/sound/soc/codecs/cs47l24.c index eebbf02e1c39..25bffc2968f0 100644 --- a/sound/soc/codecs/cs47l24.c +++ b/sound/soc/codecs/cs47l24.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24 | 3 | * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24 |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic Inc. | 5 | * Copyright 2015 Cirrus Logic Inc. |
5 | * | 6 | * |
6 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 7 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/cs47l24.h b/sound/soc/codecs/cs47l24.h index 77ab2b77b2e6..9fd4b41f1f3a 100644 --- a/sound/soc/codecs/cs47l24.h +++ b/sound/soc/codecs/cs47l24.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24 | 3 | * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24 |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic Inc. | 5 | * Copyright 2015 Cirrus Logic Inc. |
5 | * | 6 | * |
6 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 7 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _CS47L24_H | 10 | #ifndef _CS47L24_H |
diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c index 8995ea45b4ca..ed22361b35c1 100644 --- a/sound/soc/codecs/cs53l30.c +++ b/sound/soc/codecs/cs53l30.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cs53l30.c -- CS53l30 ALSA Soc Audio driver | 3 | * cs53l30.c -- CS53l30 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Paul Handrigan <Paul.Handrigan@cirrus.com>, | 7 | * Authors: Paul Handrigan <Paul.Handrigan@cirrus.com>, |
7 | * Tim Howe <Tim.Howe@cirrus.com> | 8 | * Tim Howe <Tim.Howe@cirrus.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/sound/soc/codecs/cs53l30.h b/sound/soc/codecs/cs53l30.h index 5e39da568749..071547c55719 100644 --- a/sound/soc/codecs/cs53l30.h +++ b/sound/soc/codecs/cs53l30.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ALSA SoC CS53L30 codec driver | 3 | * ALSA SoC CS53L30 codec driver |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com>, | 7 | * Author: Paul Handrigan <Paul.Handrigan@cirrus.com>, |
7 | * Tim Howe <Tim.Howe@cirrus.com> | 8 | * Tim Howe <Tim.Howe@cirrus.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef __CS53L30_H__ | 11 | #ifndef __CS53L30_H__ |
diff --git a/sound/soc/codecs/da7213.h b/sound/soc/codecs/da7213.h index 9d31efc3cfe5..3250a3821fcc 100644 --- a/sound/soc/codecs/da7213.h +++ b/sound/soc/codecs/da7213.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * da7213.h - DA7213 ASoC Codec Driver | 3 | * da7213.h - DA7213 ASoC Codec Driver |
3 | * | 4 | * |
4 | * Copyright (c) 2013 Dialog Semiconductor | 5 | * Copyright (c) 2013 Dialog Semiconductor |
5 | * | 6 | * |
6 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 7 | * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _DA7213_H | 10 | #ifndef _DA7213_H |
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index de275df8f4ee..3f60c45e1e6d 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * da732x.c --- Dialog DA732X ALSA SoC Audio Driver | 3 | * da732x.c --- Dialog DA732X ALSA SoC Audio Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Dialog Semiconductor GmbH | 5 | * Copyright (C) 2012 Dialog Semiconductor GmbH |
5 | * | 6 | * |
6 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> | 7 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h index f586cbd30b77..c5af17ee1516 100644 --- a/sound/soc/codecs/da732x.h +++ b/sound/soc/codecs/da732x.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * da732x.h -- Dialog DA732X ALSA SoC Audio Driver Header File | 3 | * da732x.h -- Dialog DA732X ALSA SoC Audio Driver Header File |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Dialog Semiconductor GmbH | 5 | * Copyright (C) 2012 Dialog Semiconductor GmbH |
5 | * | 6 | * |
6 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> | 7 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __DA732X_H_ | 10 | #ifndef __DA732X_H_ |
diff --git a/sound/soc/codecs/da732x_reg.h b/sound/soc/codecs/da732x_reg.h index bdd03ca4b2de..a493e0b46f5d 100644 --- a/sound/soc/codecs/da732x_reg.h +++ b/sound/soc/codecs/da732x_reg.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * da732x_reg.h --- Dialog DA732X ALSA SoC Audio Registers Header File | 3 | * da732x_reg.h --- Dialog DA732X ALSA SoC Audio Registers Header File |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Dialog Semiconductor GmbH | 5 | * Copyright (C) 2012 Dialog Semiconductor GmbH |
5 | * | 6 | * |
6 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> | 7 | * Author: Michal Hajduk <Michal.Hajduk@diasemi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __DA732X_REG_H_ | 10 | #ifndef __DA732X_REG_H_ |
diff --git a/sound/soc/codecs/es8316.c b/sound/soc/codecs/es8316.c index ec2770b3f77d..6db002cc2058 100644 --- a/sound/soc/codecs/es8316.c +++ b/sound/soc/codecs/es8316.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * es8316.c -- es8316 ALSA SoC audio driver | 3 | * es8316.c -- es8316 ALSA SoC audio driver |
3 | * Copyright Everest Semiconductor Co.,Ltd | 4 | * Copyright Everest Semiconductor Co.,Ltd |
4 | * | 5 | * |
5 | * Authors: David Yang <yangxiaohua@everest-semi.com>, | 6 | * Authors: David Yang <yangxiaohua@everest-semi.com>, |
6 | * Daniel Drake <drake@endlessm.com> | 7 | * Daniel Drake <drake@endlessm.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/es8316.h b/sound/soc/codecs/es8316.h index 439a0130cbb7..c335138e2837 100644 --- a/sound/soc/codecs/es8316.h +++ b/sound/soc/codecs/es8316.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright Everest Semiconductor Co.,Ltd | 3 | * Copyright Everest Semiconductor Co.,Ltd |
3 | * | 4 | * |
4 | * Author: David Yang <yangxiaohua@everest-semi.com> | 5 | * Author: David Yang <yangxiaohua@everest-semi.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _ES8316_H | 8 | #ifndef _ES8316_H |
diff --git a/sound/soc/codecs/es8328-i2c.c b/sound/soc/codecs/es8328-i2c.c index 19baa3260f85..6b0df0d750dc 100644 --- a/sound/soc/codecs/es8328-i2c.c +++ b/sound/soc/codecs/es8328-i2c.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * es8328-i2c.c -- ES8328 ALSA SoC I2C Audio driver | 3 | * es8328-i2c.c -- ES8328 ALSA SoC I2C Audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD | 5 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD |
5 | * | 6 | * |
6 | * Author: Sean Cross <xobs@kosagi.com> | 7 | * Author: Sean Cross <xobs@kosagi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/es8328-spi.c b/sound/soc/codecs/es8328-spi.c index d242bd1f7dcc..88e353ae52a1 100644 --- a/sound/soc/codecs/es8328-spi.c +++ b/sound/soc/codecs/es8328-spi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * es8328.c -- ES8328 ALSA SoC SPI Audio driver | 3 | * es8328.c -- ES8328 ALSA SoC SPI Audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD | 5 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD |
5 | * | 6 | * |
6 | * Author: Sean Cross <xobs@kosagi.com> | 7 | * Author: Sean Cross <xobs@kosagi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/es8328.c b/sound/soc/codecs/es8328.c index 04a3aa770722..822a25a8f53c 100644 --- a/sound/soc/codecs/es8328.c +++ b/sound/soc/codecs/es8328.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * es8328.c -- ES8328 ALSA SoC Audio driver | 3 | * es8328.c -- ES8328 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD | 5 | * Copyright 2014 Sutajio Ko-Usagi PTE LTD |
5 | * | 6 | * |
6 | * Author: Sean Cross <xobs@kosagi.com> | 7 | * Author: Sean Cross <xobs@kosagi.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |
diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c index c11ed60ccefb..d454294c8d06 100644 --- a/sound/soc/codecs/gtm601.c +++ b/sound/soc/codecs/gtm601.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This is a simple driver for the GTM601 Voice PCM interface | 3 | * This is a simple driver for the GTM601 Voice PCM interface |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Marek Belisko <marek@goldelico.com> | 7 | * Author: Marek Belisko <marek@goldelico.com> |
7 | * | 8 | * |
8 | * Based on wm8727.c driver | 9 | * Based on wm8727.c driver |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/sound/soc/codecs/l3.c b/sound/soc/codecs/l3.c index a10ea3c716c6..b84f6f1f6800 100644 --- a/sound/soc/codecs/l3.c +++ b/sound/soc/codecs/l3.c | |||
@@ -1,20 +1,14 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * L3 code | 3 | * L3 code |
3 | * | 4 | * |
4 | * Copyright (C) 2008, Christian Pellegrin <chripell@evolware.org> | 5 | * Copyright (C) 2008, Christian Pellegrin <chripell@evolware.org> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * | ||
11 | * based on: | 7 | * based on: |
12 | * | 8 | * |
13 | * L3 bus algorithm module. | 9 | * L3 bus algorithm module. |
14 | * | 10 | * |
15 | * Copyright (C) 2001 Russell King, All Rights Reserved. | 11 | * Copyright (C) 2001 Russell King, All Rights Reserved. |
16 | * | ||
17 | * | ||
18 | */ | 12 | */ |
19 | 13 | ||
20 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index ca172a4b6849..f031d2caa8b7 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98088.c -- MAX98088 ALSA SoC Audio driver | 3 | * max98088.c -- MAX98088 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010 Maxim Integrated Products | 5 | * Copyright 2010 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/max98088.h b/sound/soc/codecs/max98088.h index efa39bf46742..4190e5ff38f9 100644 --- a/sound/soc/codecs/max98088.h +++ b/sound/soc/codecs/max98088.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98088.h -- MAX98088 ALSA SoC Audio driver | 3 | * max98088.h -- MAX98088 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010 Maxim Integrated Products | 5 | * Copyright 2010 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX98088_H | 8 | #ifndef _MAX98088_H |
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index ada8c25e643d..f6bf4cfbea23 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98090.c -- MAX98090 ALSA SoC Audio driver | 3 | * max98090.c -- MAX98090 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011-2012 Maxim Integrated Products | 5 | * Copyright 2011-2012 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/delay.h> | 8 | #include <linux/delay.h> |
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h index b1572a2d19da..57965cd678b4 100644 --- a/sound/soc/codecs/max98090.h +++ b/sound/soc/codecs/max98090.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98090.h -- MAX98090 ALSA SoC Audio driver | 3 | * max98090.h -- MAX98090 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011-2012 Maxim Integrated Products | 5 | * Copyright 2011-2012 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX98090_H | 8 | #ifndef _MAX98090_H |
diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c index 3b3a10da7f40..c7e0a55f3dc2 100644 --- a/sound/soc/codecs/max98095.c +++ b/sound/soc/codecs/max98095.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98095.c -- MAX98095 ALSA SoC Audio driver | 3 | * max98095.c -- MAX98095 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Maxim Integrated Products | 5 | * Copyright 2011 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/max98095.h b/sound/soc/codecs/max98095.h index 67886cacddb2..2af7e77021a2 100644 --- a/sound/soc/codecs/max98095.h +++ b/sound/soc/codecs/max98095.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98095.h -- MAX98095 ALSA SoC Audio driver | 3 | * max98095.h -- MAX98095 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Maxim Integrated Products | 5 | * Copyright 2011 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX98095_H | 8 | #ifndef _MAX98095_H |
diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c index d4ba1392aaf8..ce801489a86d 100644 --- a/sound/soc/codecs/max98371.c +++ b/sound/soc/codecs/max98371.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98371.c -- ALSA SoC Stereo MAX98371 driver | 3 | * max98371.c -- ALSA SoC Stereo MAX98371 driver |
3 | * | 4 | * |
4 | * Copyright 2015-16 Maxim Integrated Products | 5 | * Copyright 2015-16 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/i2c.h> | 8 | #include <linux/i2c.h> |
diff --git a/sound/soc/codecs/max98371.h b/sound/soc/codecs/max98371.h index 06e9ba784e0b..63d9a9de3316 100644 --- a/sound/soc/codecs/max98371.h +++ b/sound/soc/codecs/max98371.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98371.h -- MAX98371 ALSA SoC Audio driver | 3 | * max98371.h -- MAX98371 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011-2012 Maxim Integrated Products | 5 | * Copyright 2011-2012 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX98371_H | 8 | #ifndef _MAX98371_H |
diff --git a/sound/soc/codecs/max98504.c b/sound/soc/codecs/max98504.c index a7320e709890..a5aa124c4a2e 100644 --- a/sound/soc/codecs/max98504.c +++ b/sound/soc/codecs/max98504.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MAX98504 ALSA SoC Audio driver | 3 | * MAX98504 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2013 - 2014 Maxim Integrated Products | 5 | * Copyright 2013 - 2014 Maxim Integrated Products |
5 | * Copyright 2016 Samsung Electronics Co., Ltd. | 6 | * Copyright 2016 Samsung Electronics Co., Ltd. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
diff --git a/sound/soc/codecs/max98504.h b/sound/soc/codecs/max98504.h index afbefad2d5ce..8b2a113b7118 100644 --- a/sound/soc/codecs/max98504.h +++ b/sound/soc/codecs/max98504.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MAX98504 ALSA SoC Audio driver | 3 | * MAX98504 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 - 2012 Maxim Integrated Products | 5 | * Copyright 2011 - 2012 Maxim Integrated Products |
5 | * Copyright 2016 Samsung Electronics Co., Ltd. | 6 | * Copyright 2016 Samsung Electronics Co., Ltd. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #ifndef MAX98504_H_ | 8 | #ifndef MAX98504_H_ |
12 | #define MAX98504_H_ | 9 | #define MAX98504_H_ |
diff --git a/sound/soc/codecs/max9867.h b/sound/soc/codecs/max9867.h index 2277798291a1..d459d49449cb 100644 --- a/sound/soc/codecs/max9867.h +++ b/sound/soc/codecs/max9867.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max9867.h -- MAX9867 ALSA SoC Audio driver | 3 | * max9867.h -- MAX9867 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2013-2015 Maxim Integrated Products | 5 | * Copyright 2013-2015 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX9867_H | 8 | #ifndef _MAX9867_H |
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c index 29877730a2b0..b3e1a54fff88 100644 --- a/sound/soc/codecs/max98925.c +++ b/sound/soc/codecs/max98925.c | |||
@@ -1,9 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98925.c -- ALSA SoC Stereo MAX98925 driver | 3 | * max98925.c -- ALSA SoC Stereo MAX98925 driver |
3 | * Copyright 2013-15 Maxim Integrated Products | 4 | * Copyright 2013-15 Maxim Integrated Products |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 5 | */ |
8 | #include <linux/delay.h> | 6 | #include <linux/delay.h> |
9 | #include <linux/i2c.h> | 7 | #include <linux/i2c.h> |
diff --git a/sound/soc/codecs/max98925.h b/sound/soc/codecs/max98925.h index 96f97085328d..6d55ccad27f9 100644 --- a/sound/soc/codecs/max98925.h +++ b/sound/soc/codecs/max98925.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98925.h -- MAX98925 ALSA SoC Audio driver | 3 | * max98925.h -- MAX98925 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2013-2015 Maxim Integrated Products | 5 | * Copyright 2013-2015 Maxim Integrated Products |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _MAX98925_H | 8 | #ifndef _MAX98925_H |
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c index d9b1f68f243d..818c0301fb29 100644 --- a/sound/soc/codecs/max98926.c +++ b/sound/soc/codecs/max98926.c | |||
@@ -1,9 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * max98926.c -- ALSA SoC MAX98926 driver | 3 | * max98926.c -- ALSA SoC MAX98926 driver |
3 | * Copyright 2013-15 Maxim Integrated Products | 4 | * Copyright 2013-15 Maxim Integrated Products |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 5 | */ |
8 | #include <linux/delay.h> | 6 | #include <linux/delay.h> |
9 | #include <linux/i2c.h> | 7 | #include <linux/i2c.h> |
diff --git a/sound/soc/codecs/max98926.h b/sound/soc/codecs/max98926.h index ccf2c3f66c07..d622d5f4384c 100644 --- a/sound/soc/codecs/max98926.h +++ b/sound/soc/codecs/max98926.h | |||
@@ -1,9 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * max98926.h -- MAX98926 ALSA SoC Audio driver | 3 | * max98926.h -- MAX98926 ALSA SoC Audio driver |
3 | * Copyright 2013-2015 Maxim Integrated Products | 4 | * Copyright 2013-2015 Maxim Integrated Products |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 5 | */ |
8 | 6 | ||
9 | #ifndef _MAX98926_H | 7 | #ifndef _MAX98926_H |
diff --git a/sound/soc/codecs/nau8540.c b/sound/soc/codecs/nau8540.c index 4dd1a609756b..ace96995fedc 100644 --- a/sound/soc/codecs/nau8540.c +++ b/sound/soc/codecs/nau8540.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * NAU85L40 ALSA SoC audio driver | 3 | * NAU85L40 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Nuvoton Technology Corp. | 5 | * Copyright 2016 Nuvoton Technology Corp. |
5 | * Author: John Hsu <KCHSU0@nuvoton.com> | 6 | * Author: John Hsu <KCHSU0@nuvoton.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/nau8540.h b/sound/soc/codecs/nau8540.h index 732b490edf81..305ea9207cf0 100644 --- a/sound/soc/codecs/nau8540.h +++ b/sound/soc/codecs/nau8540.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * NAU85L40 ALSA SoC audio driver | 3 | * NAU85L40 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Nuvoton Technology Corp. | 5 | * Copyright 2016 Nuvoton Technology Corp. |
5 | * Author: John Hsu <KCHSU0@nuvoton.com> | 6 | * Author: John Hsu <KCHSU0@nuvoton.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __NAU8540_H__ | 9 | #ifndef __NAU8540_H__ |
diff --git a/sound/soc/codecs/nau8810.c b/sound/soc/codecs/nau8810.c index dd82c65cfa7f..de26758c30a8 100644 --- a/sound/soc/codecs/nau8810.c +++ b/sound/soc/codecs/nau8810.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * nau8810.c -- NAU8810 ALSA Soc Audio driver | 3 | * nau8810.c -- NAU8810 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: David Lin <ctlin0@nuvoton.com> | 7 | * Author: David Lin <ctlin0@nuvoton.com> |
7 | * | 8 | * |
8 | * Based on WM8974.c | 9 | * Based on WM8974.c |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/nau8810.h b/sound/soc/codecs/nau8810.h index df882658ca91..1ada31883dc6 100644 --- a/sound/soc/codecs/nau8810.h +++ b/sound/soc/codecs/nau8810.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * NAU8810 ALSA SoC audio driver | 3 | * NAU8810 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Nuvoton Technology Corp. | 5 | * Copyright 2016 Nuvoton Technology Corp. |
5 | * Author: David Lin <ctlin0@nuvoton.com> | 6 | * Author: David Lin <ctlin0@nuvoton.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __NAU8810_H__ | 9 | #ifndef __NAU8810_H__ |
diff --git a/sound/soc/codecs/nau8824.c b/sound/soc/codecs/nau8824.c index 5ab05e75edea..15bd8335f667 100644 --- a/sound/soc/codecs/nau8824.c +++ b/sound/soc/codecs/nau8824.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * NAU88L24 ALSA SoC audio driver | 3 | * NAU88L24 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Nuvoton Technology Corp. | 5 | * Copyright 2016 Nuvoton Technology Corp. |
5 | * Author: John Hsu <KCHSU0@nuvoton.com> | 6 | * Author: John Hsu <KCHSU0@nuvoton.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/nau8824.h b/sound/soc/codecs/nau8824.h index 6184a2b5c941..1d7bdd8e0523 100644 --- a/sound/soc/codecs/nau8824.h +++ b/sound/soc/codecs/nau8824.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * NAU88L24 ALSA SoC audio driver | 3 | * NAU88L24 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Nuvoton Technology Corp. | 5 | * Copyright 2016 Nuvoton Technology Corp. |
5 | * Author: John Hsu <KCHSU0@nuvoton.com> | 6 | * Author: John Hsu <KCHSU0@nuvoton.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __NAU8824_H__ | 9 | #ifndef __NAU8824_H__ |
diff --git a/sound/soc/codecs/nau8825.h b/sound/soc/codecs/nau8825.h index f6074c618569..5e60696460de 100644 --- a/sound/soc/codecs/nau8825.h +++ b/sound/soc/codecs/nau8825.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * NAU8825 ALSA SoC audio driver | 3 | * NAU8825 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2015 Google Inc. | 5 | * Copyright 2015 Google Inc. |
5 | * Author: Anatol Pomozov <anatol.pomozov@chrominium.org> | 6 | * Author: Anatol Pomozov <anatol.pomozov@chrominium.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __NAU8825_H__ | 9 | #ifndef __NAU8825_H__ |
diff --git a/sound/soc/codecs/pcm3008.h b/sound/soc/codecs/pcm3008.h index 7e5489ab4812..f7f4fbbd89db 100644 --- a/sound/soc/codecs/pcm3008.h +++ b/sound/soc/codecs/pcm3008.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * PCM3008 ALSA SoC Layer | 3 | * PCM3008 ALSA SoC Layer |
3 | * | 4 | * |
4 | * Author: Hugo Villeneuve | 5 | * Author: Hugo Villeneuve |
5 | * Copyright (C) 2008 Lyrtech inc | 6 | * Copyright (C) 2008 Lyrtech inc |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __LINUX_SND_SOC_PCM3008_H | 9 | #ifndef __LINUX_SND_SOC_PCM3008_H |
diff --git a/sound/soc/codecs/rl6231.c b/sound/soc/codecs/rl6231.c index 7ef3b5476bcc..a887d5ccb10d 100644 --- a/sound/soc/codecs/rl6231.c +++ b/sound/soc/codecs/rl6231.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rl6231.c - RL6231 class device shared support | 3 | * rl6231.c - RL6231 class device shared support |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Semiconductor Corp. | 5 | * Copyright 2014 Realtek Semiconductor Corp. |
5 | * | 6 | * |
6 | * Author: Oder Chiou <oder_chiou@realtek.com> | 7 | * Author: Oder Chiou <oder_chiou@realtek.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rl6231.h b/sound/soc/codecs/rl6231.h index 4c77b441fba2..31a9643b0afd 100644 --- a/sound/soc/codecs/rl6231.h +++ b/sound/soc/codecs/rl6231.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rl6231.h - RL6231 class device shared support | 3 | * rl6231.h - RL6231 class device shared support |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Semiconductor Corp. | 5 | * Copyright 2014 Realtek Semiconductor Corp. |
5 | * | 6 | * |
6 | * Author: Oder Chiou <oder_chiou@realtek.com> | 7 | * Author: Oder Chiou <oder_chiou@realtek.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __RL6231_H__ | 10 | #ifndef __RL6231_H__ |
diff --git a/sound/soc/codecs/rl6347a.c b/sound/soc/codecs/rl6347a.c index c0d729b45277..fa8ac34549eb 100644 --- a/sound/soc/codecs/rl6347a.c +++ b/sound/soc/codecs/rl6347a.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rl6347a.c - RL6347A class device shared support | 3 | * rl6347a.c - RL6347A class device shared support |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * | 6 | * |
6 | * Author: Oder Chiou <oder_chiou@realtek.com> | 7 | * Author: Oder Chiou <oder_chiou@realtek.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rl6347a.h b/sound/soc/codecs/rl6347a.h index e127919cb36b..761455a2fa38 100644 --- a/sound/soc/codecs/rl6347a.h +++ b/sound/soc/codecs/rl6347a.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rl6347a.h - RL6347A class device shared support | 3 | * rl6347a.h - RL6347A class device shared support |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * | 6 | * |
6 | * Author: Oder Chiou <oder_chiou@realtek.com> | 7 | * Author: Oder Chiou <oder_chiou@realtek.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef __RL6347A_H__ | 9 | #ifndef __RL6347A_H__ |
13 | #define __RL6347A_H__ | 10 | #define __RL6347A_H__ |
diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c index c2c8a68cec97..9909369483f0 100644 --- a/sound/soc/codecs/rt1305.c +++ b/sound/soc/codecs/rt1305.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt1305.c -- RT1305 ALSA SoC amplifier component driver | 3 | * rt1305.c -- RT1305 ALSA SoC amplifier component driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Semiconductor Corp. | 5 | * Copyright 2018 Realtek Semiconductor Corp. |
5 | * Author: Shuming Fan <shumingf@realtek.com> | 6 | * Author: Shuming Fan <shumingf@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt1305.h b/sound/soc/codecs/rt1305.h index bde86f97729a..026f74eb6815 100644 --- a/sound/soc/codecs/rt1305.h +++ b/sound/soc/codecs/rt1305.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * RT1305.h -- RT1305 ALSA SoC amplifier component driver | 3 | * RT1305.h -- RT1305 ALSA SoC amplifier component driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Semiconductor Corp. | 5 | * Copyright 2018 Realtek Semiconductor Corp. |
5 | * Author: Shuming Fan <shumingf@realtek.com> | 6 | * Author: Shuming Fan <shumingf@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _RT1305_H_ | 9 | #ifndef _RT1305_H_ |
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c index cdd312db3e78..cbb5e176d11a 100644 --- a/sound/soc/codecs/rt274.c +++ b/sound/soc/codecs/rt274.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt274.c -- RT274 ALSA SoC audio codec driver | 3 | * rt274.c -- RT274 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2017 Realtek Semiconductor Corp. | 5 | * Copyright 2017 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt274.h b/sound/soc/codecs/rt274.h index 4fd1bcb73dba..0fcf942fa183 100644 --- a/sound/soc/codecs/rt274.h +++ b/sound/soc/codecs/rt274.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt274.h -- RT274 ALSA SoC audio driver | 3 | * rt274.h -- RT274 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Microelectronics | 5 | * Copyright 2016 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT274_H__ | 9 | #ifndef __RT274_H__ |
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index c9457c247a03..9593a9a27bf8 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt286.c -- RT286 ALSA SoC audio codec driver | 3 | * rt286.c -- RT286 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt286.h b/sound/soc/codecs/rt286.h index c63d0e79ba86..f27a4e71d5b6 100644 --- a/sound/soc/codecs/rt286.h +++ b/sound/soc/codecs/rt286.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt286.h -- RT286 ALSA SoC audio driver | 3 | * rt286.h -- RT286 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Microelectronics | 5 | * Copyright 2011 Realtek Microelectronics |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT286_H__ | 9 | #ifndef __RT286_H__ |
diff --git a/sound/soc/codecs/rt298.c b/sound/soc/codecs/rt298.c index bcf5bab31969..f8c0f977206c 100644 --- a/sound/soc/codecs/rt298.c +++ b/sound/soc/codecs/rt298.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt298.c -- RT298 ALSA SoC audio codec driver | 3 | * rt298.c -- RT298 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt298.h b/sound/soc/codecs/rt298.h index b4db935359fa..ed2b8fd87f4c 100644 --- a/sound/soc/codecs/rt298.h +++ b/sound/soc/codecs/rt298.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt298.h -- RT298 ALSA SoC audio driver | 3 | * rt298.h -- RT298 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Microelectronics | 5 | * Copyright 2011 Realtek Microelectronics |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT298_H__ | 9 | #ifndef __RT298_H__ |
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index bec2eefa8b0f..ab12aa074fcd 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5514-spi.c -- RT5514 SPI driver | 3 | * rt5514-spi.c -- RT5514 SPI driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5514-spi.h b/sound/soc/codecs/rt5514-spi.h index c1a36647c119..cedb19709c9a 100644 --- a/sound/soc/codecs/rt5514-spi.h +++ b/sound/soc/codecs/rt5514-spi.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5514-spi.h -- RT5514 driver | 3 | * rt5514-spi.h -- RT5514 driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5514_SPI_H__ | 9 | #ifndef __RT5514_SPI_H__ |
diff --git a/sound/soc/codecs/rt5514.c b/sound/soc/codecs/rt5514.c index f9ad6e36ab16..7081142a355e 100644 --- a/sound/soc/codecs/rt5514.c +++ b/sound/soc/codecs/rt5514.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5514.c -- RT5514 ALSA SoC audio codec driver | 3 | * rt5514.c -- RT5514 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/sound/soc/codecs/rt5514.h b/sound/soc/codecs/rt5514.h index d1ef0b3f566f..75755599f940 100644 --- a/sound/soc/codecs/rt5514.h +++ b/sound/soc/codecs/rt5514.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5514.h -- RT5514 ALSA SoC audio driver | 3 | * rt5514.h -- RT5514 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Microelectronics | 5 | * Copyright 2015 Realtek Microelectronics |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5514_H__ | 9 | #ifndef __RT5514_H__ |
diff --git a/sound/soc/codecs/rt5616.c b/sound/soc/codecs/rt5616.c index 36a9f1c56c8d..fcf16ec64d10 100644 --- a/sound/soc/codecs/rt5616.c +++ b/sound/soc/codecs/rt5616.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5616.c -- RT5616 ALSA SoC audio codec driver | 3 | * rt5616.c -- RT5616 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5616.h b/sound/soc/codecs/rt5616.h index f88cdddbc34a..ad9c5de9052d 100644 --- a/sound/soc/codecs/rt5616.h +++ b/sound/soc/codecs/rt5616.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5616.h -- RT5616 ALSA SoC audio driver | 3 | * rt5616.h -- RT5616 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Microelectronics | 5 | * Copyright 2011 Realtek Microelectronics |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5616_H__ | 9 | #ifndef __RT5616_H__ |
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 865f49ac38dd..f70b9f7e68bb 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs/rt5631.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5631.c -- RT5631 ALSA Soc Audio driver | 3 | * rt5631.c -- RT5631 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Author: flove <flove@realtek.com> | 7 | * Author: flove <flove@realtek.com> |
7 | * | 8 | * |
8 | * Based on WM8753.c | 9 | * Based on WM8753.c |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | #include <linux/module.h> | 11 | #include <linux/module.h> |
16 | #include <linux/moduleparam.h> | 12 | #include <linux/moduleparam.h> |
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index b3580ecadecf..adbae1f36a8a 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5640.c -- RT5640/RT5639 ALSA SoC audio codec driver | 3 | * rt5640.c -- RT5640/RT5639 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Semiconductor Corp. | 5 | * Copyright 2011 Realtek Semiconductor Corp. |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. | 7 | * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index e29e3e7d61b0..4fd47f2b936b 100644 --- a/sound/soc/codecs/rt5640.h +++ b/sound/soc/codecs/rt5640.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5640.h -- RT5640 ALSA SoC audio driver | 3 | * rt5640.h -- RT5640 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Microelectronics | 5 | * Copyright 2011 Realtek Microelectronics |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _RT5640_H | 9 | #ifndef _RT5640_H |
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index cd45d41df4ec..1c06b3b9218c 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5645.c -- RT5645 ALSA SoC audio codec driver | 3 | * rt5645.c -- RT5645 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h index cc2455768368..e2d72ae17484 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5645.h -- RT5645 ALSA SoC audio driver | 3 | * rt5645.h -- RT5645 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Microelectronics | 5 | * Copyright 2013 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5645_H__ | 9 | #ifndef __RT5645_H__ |
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c index cb8252ff31cb..762595de956c 100644 --- a/sound/soc/codecs/rt5651.c +++ b/sound/soc/codecs/rt5651.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5651.c -- RT5651 ALSA SoC audio codec driver | 3 | * rt5651.c -- RT5651 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Semiconductor Corp. | 5 | * Copyright 2014 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5651.h b/sound/soc/codecs/rt5651.h index 05b0f6f8b95d..20c33a3ece37 100644 --- a/sound/soc/codecs/rt5651.h +++ b/sound/soc/codecs/rt5651.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5651.h -- RT5651 ALSA SoC audio driver | 3 | * rt5651.h -- RT5651 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Realtek Microelectronics | 5 | * Copyright 2011 Realtek Microelectronics |
5 | * Author: Johnny Hsu <johnnyhsu@realtek.com> | 6 | * Author: Johnny Hsu <johnnyhsu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5651_H__ | 9 | #ifndef __RT5651_H__ |
diff --git a/sound/soc/codecs/rt5659.c b/sound/soc/codecs/rt5659.c index 1c1a521c73cb..e66d08398f74 100644 --- a/sound/soc/codecs/rt5659.c +++ b/sound/soc/codecs/rt5659.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5659.c -- RT5659/RT5658 ALSA SoC audio codec driver | 3 | * rt5659.c -- RT5659/RT5658 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Semiconductor Corp. | 5 | * Copyright 2015 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
diff --git a/sound/soc/codecs/rt5659.h b/sound/soc/codecs/rt5659.h index 8b576d768744..b49fd8baf4e7 100644 --- a/sound/soc/codecs/rt5659.h +++ b/sound/soc/codecs/rt5659.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5659.h -- RT5659/RT5658 ALSA SoC audio driver | 3 | * rt5659.h -- RT5659/RT5658 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2015 Realtek Microelectronics | 5 | * Copyright 2015 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5659_H__ | 9 | #ifndef __RT5659_H__ |
diff --git a/sound/soc/codecs/rt5660.c b/sound/soc/codecs/rt5660.c index e74b2e8cd423..efa145e91731 100644 --- a/sound/soc/codecs/rt5660.c +++ b/sound/soc/codecs/rt5660.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5660.c -- RT5660 ALSA SoC audio codec driver | 3 | * rt5660.c -- RT5660 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Semiconductor Corp. | 5 | * Copyright 2016 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5660.h b/sound/soc/codecs/rt5660.h index c65de0a20a49..a33025c920e1 100644 --- a/sound/soc/codecs/rt5660.h +++ b/sound/soc/codecs/rt5660.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5660.h -- RT5660 ALSA SoC audio driver | 3 | * rt5660.h -- RT5660 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Semiconductor Corp. | 5 | * Copyright 2016 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _RT5660_H | 9 | #ifndef _RT5660_H |
diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c index da6647015708..2943692f66ed 100644 --- a/sound/soc/codecs/rt5663.c +++ b/sound/soc/codecs/rt5663.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5663.c -- RT5663 ALSA SoC audio codec driver | 3 | * rt5663.c -- RT5663 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Semiconductor Corp. | 5 | * Copyright 2016 Realtek Semiconductor Corp. |
5 | * Author: Jack Yu <jack.yu@realtek.com> | 6 | * Author: Jack Yu <jack.yu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
12 | #include <linux/moduleparam.h> | 9 | #include <linux/moduleparam.h> |
diff --git a/sound/soc/codecs/rt5663.h b/sound/soc/codecs/rt5663.h index 794cf3fadf31..2c485d0655b5 100644 --- a/sound/soc/codecs/rt5663.h +++ b/sound/soc/codecs/rt5663.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5663.h -- RT5663 ALSA SoC audio driver | 3 | * rt5663.h -- RT5663 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Microelectronics | 5 | * Copyright 2016 Realtek Microelectronics |
5 | * Author: Jack Yu <jack.yu@realtek.com> | 6 | * Author: Jack Yu <jack.yu@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5663_H__ | 9 | #ifndef __RT5663_H__ |
diff --git a/sound/soc/codecs/rt5665.c b/sound/soc/codecs/rt5665.c index f2ad3a4c3b7f..87263317085a 100644 --- a/sound/soc/codecs/rt5665.c +++ b/sound/soc/codecs/rt5665.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5665.c -- RT5665/RT5658 ALSA SoC audio codec driver | 3 | * rt5665.c -- RT5665/RT5658 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Semiconductor Corp. | 5 | * Copyright 2016 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5665.h b/sound/soc/codecs/rt5665.h index b0a98ca39c5b..12ab28e5f10d 100644 --- a/sound/soc/codecs/rt5665.h +++ b/sound/soc/codecs/rt5665.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5665.h -- RT5665/RT5658 ALSA SoC audio driver | 3 | * rt5665.h -- RT5665/RT5658 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2016 Realtek Microelectronics | 5 | * Copyright 2016 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5665_H__ | 9 | #ifndef __RT5665_H__ |
diff --git a/sound/soc/codecs/rt5668.c b/sound/soc/codecs/rt5668.c index 230a21c93b6b..5716cede99cb 100644 --- a/sound/soc/codecs/rt5668.c +++ b/sound/soc/codecs/rt5668.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5668.c -- RT5668B ALSA SoC audio component driver | 3 | * rt5668.c -- RT5668B ALSA SoC audio component driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Semiconductor Corp. | 5 | * Copyright 2018 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5668.h b/sound/soc/codecs/rt5668.h index 3e7bcfd569ec..6b851ddcc58a 100644 --- a/sound/soc/codecs/rt5668.h +++ b/sound/soc/codecs/rt5668.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5668.h -- RT5668/RT5658 ALSA SoC audio driver | 3 | * rt5668.h -- RT5668/RT5658 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Microelectronics | 5 | * Copyright 2018 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5668_H__ | 9 | #ifndef __RT5668_H__ |
diff --git a/sound/soc/codecs/rt5670-dsp.h b/sound/soc/codecs/rt5670-dsp.h index a34d0cdb8198..a07b7dfcf501 100644 --- a/sound/soc/codecs/rt5670-dsp.h +++ b/sound/soc/codecs/rt5670-dsp.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5670-dsp.h -- RT5670 ALSA SoC DSP driver | 3 | * rt5670-dsp.h -- RT5670 ALSA SoC DSP driver |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Microelectronics | 5 | * Copyright 2014 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5670_DSP_H__ | 9 | #ifndef __RT5670_DSP_H__ |
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c index a746e11ccfe3..70fee6849ab0 100644 --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5670.c -- RT5670 ALSA SoC audio codec driver | 3 | * rt5670.c -- RT5670 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Semiconductor Corp. | 5 | * Copyright 2014 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5670.h b/sound/soc/codecs/rt5670.h index 97e8eebe63fa..a8c3e44770b8 100644 --- a/sound/soc/codecs/rt5670.h +++ b/sound/soc/codecs/rt5670.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5670.h -- RT5670 ALSA SoC audio driver | 3 | * rt5670.h -- RT5670 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2014 Realtek Microelectronics | 5 | * Copyright 2014 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5670_H__ | 9 | #ifndef __RT5670_H__ |
diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index a4dfa0345c6e..d1694b7e1655 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5677-spi.c -- RT5677 ALSA SoC audio codec driver | 3 | * rt5677-spi.c -- RT5677 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5677-spi.h b/sound/soc/codecs/rt5677-spi.h index 662db16cfb6a..6ba3369dc235 100644 --- a/sound/soc/codecs/rt5677-spi.h +++ b/sound/soc/codecs/rt5677-spi.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5677-spi.h -- RT5677 ALSA SoC audio codec driver | 3 | * rt5677-spi.h -- RT5677 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5677_SPI_H__ | 9 | #ifndef __RT5677_SPI_H__ |
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c index 6fc70e441458..ba24b0c52aa8 100644 --- a/sound/soc/codecs/rt5677.c +++ b/sound/soc/codecs/rt5677.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5677.c -- RT5677 ALSA SoC audio codec driver | 3 | * rt5677.c -- RT5677 ALSA SoC audio codec driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index 183d92b03045..c08fbcc00941 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5677.h -- RT5677 ALSA SoC audio driver | 3 | * rt5677.h -- RT5677 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2013 Realtek Semiconductor Corp. | 5 | * Copyright 2013 Realtek Semiconductor Corp. |
5 | * Author: Oder Chiou <oder_chiou@realtek.com> | 6 | * Author: Oder Chiou <oder_chiou@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5677_H__ | 9 | #ifndef __RT5677_H__ |
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c index 505fb3d7b1c5..78409dd11488 100644 --- a/sound/soc/codecs/rt5682.c +++ b/sound/soc/codecs/rt5682.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rt5682.c -- RT5682 ALSA SoC audio component driver | 3 | * rt5682.c -- RT5682 ALSA SoC audio component driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Semiconductor Corp. | 5 | * Copyright 2018 Realtek Semiconductor Corp. |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/rt5682.h b/sound/soc/codecs/rt5682.h index 96944cff0ed7..18faaa2a49a0 100644 --- a/sound/soc/codecs/rt5682.h +++ b/sound/soc/codecs/rt5682.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * rt5682.h -- RT5682/RT5658 ALSA SoC audio driver | 3 | * rt5682.h -- RT5682/RT5658 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2018 Realtek Microelectronics | 5 | * Copyright 2018 Realtek Microelectronics |
5 | * Author: Bard Liao <bardliao@realtek.com> | 6 | * Author: Bard Liao <bardliao@realtek.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5682_H__ | 9 | #ifndef __RT5682_H__ |
diff --git a/sound/soc/codecs/spdif_receiver.c b/sound/soc/codecs/spdif_receiver.c index ac69d495d121..276db978e587 100644 --- a/sound/soc/codecs/spdif_receiver.c +++ b/sound/soc/codecs/spdif_receiver.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC SPDIF DIR (Digital Interface Reciever) driver | 3 | * ALSA SoC SPDIF DIR (Digital Interface Reciever) driver |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Author: Vipin Kumar, <vipin.kumar@st.com> | 11 | * Author: Vipin Kumar, <vipin.kumar@st.com> |
11 | * Copyright: (C) 2012 ST Microelectronics | 12 | * Copyright: (C) 2012 ST Microelectronics |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/module.h> | 15 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/spdif_transmitter.c b/sound/soc/codecs/spdif_transmitter.c index b4f7fc4acb39..2c8cebfc6603 100644 --- a/sound/soc/codecs/spdif_transmitter.c +++ b/sound/soc/codecs/spdif_transmitter.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC SPDIF DIT driver | 3 | * ALSA SoC SPDIF DIT driver |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Author: Steve Chen, <schen@mvista.com> | 9 | * Author: Steve Chen, <schen@mvista.com> |
9 | * Copyright: (C) 2009 MontaVista Software, Inc., <source@mvista.com> | 10 | * Copyright: (C) 2009 MontaVista Software, Inc., <source@mvista.com> |
10 | * Copyright: (C) 2009 Texas Instruments, India | 11 | * Copyright: (C) 2009 Texas Instruments, India |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/tlv320aic23-i2c.c b/sound/soc/codecs/tlv320aic23-i2c.c index 1d7c117316fb..5025e5c43783 100644 --- a/sound/soc/codecs/tlv320aic23-i2c.c +++ b/sound/soc/codecs/tlv320aic23-i2c.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC23 codec driver I2C interface | 3 | * ALSA SoC TLV320AIC23 codec driver I2C interface |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd., | 6 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd., |
6 | * | 7 | * |
7 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie | 8 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/i2c.h> | 11 | #include <linux/i2c.h> |
diff --git a/sound/soc/codecs/tlv320aic23-spi.c b/sound/soc/codecs/tlv320aic23-spi.c index d8c9ec1e9201..10765ae76606 100644 --- a/sound/soc/codecs/tlv320aic23-spi.c +++ b/sound/soc/codecs/tlv320aic23-spi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC23 codec driver SPI interface | 3 | * ALSA SoC TLV320AIC23 codec driver SPI interface |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd., | 6 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd., |
6 | * | 7 | * |
7 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie | 8 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index 47480cb4d078..080a840c987a 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC23 codec driver | 3 | * ALSA SoC TLV320AIC23 codec driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie | 8 | * Based on sound/soc/codecs/wm8731.c by Richard Purdie |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * Notes: | 10 | * Notes: |
14 | * The AIC23 is a driver for a low power stereo audio | 11 | * The AIC23 is a driver for a low power stereo audio |
15 | * codec tlv320aic23 | 12 | * codec tlv320aic23 |
diff --git a/sound/soc/codecs/tlv320aic23.h b/sound/soc/codecs/tlv320aic23.h index 3a7235a04a89..0226be40112d 100644 --- a/sound/soc/codecs/tlv320aic23.h +++ b/sound/soc/codecs/tlv320aic23.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC23 codec driver | 3 | * ALSA SoC TLV320AIC23 codec driver |
3 | * | 4 | * |
4 | * Author: Arun KS, <arunks@mistralsolutions.com> | 5 | * Author: Arun KS, <arunks@mistralsolutions.com> |
5 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd | 6 | * Copyright: (C) 2008 Mistral Solutions Pvt Ltd |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _TLV320AIC23_H | 9 | #ifndef _TLV320AIC23_H |
diff --git a/sound/soc/codecs/tlv320aic32x4.h b/sound/soc/codecs/tlv320aic32x4.h index 40734211bc0e..38f47704bb75 100644 --- a/sound/soc/codecs/tlv320aic32x4.h +++ b/sound/soc/codecs/tlv320aic32x4.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * tlv320aic32x4.h | 3 | * tlv320aic32x4.h |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | 6 | ||
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 516d17cb2182..80bc16b5c13a 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC3X codec driver | 3 | * ALSA SoC TLV320AIC3X codec driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on sound/soc/codecs/wm8753.c by Liam Girdwood | 8 | * Based on sound/soc/codecs/wm8753.c by Liam Girdwood |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * Notes: | 10 | * Notes: |
14 | * The AIC3X is a driver for a low power stereo audio | 11 | * The AIC3X is a driver for a low power stereo audio |
15 | * codecs aic31, aic32, aic33, aic3007. | 12 | * codecs aic31, aic32, aic33, aic3007. |
diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/codecs/tlv320aic3x.h index 34c35196aa0d..66d3580cf2b1 100644 --- a/sound/soc/codecs/tlv320aic3x.h +++ b/sound/soc/codecs/tlv320aic3x.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ALSA SoC TLV320AIC3X codec driver | 3 | * ALSA SoC TLV320AIC3X codec driver |
3 | * | 4 | * |
4 | * Author: Vladimir Barinov, <vbarinov@embeddedalley.com> | 5 | * Author: Vladimir Barinov, <vbarinov@embeddedalley.com> |
5 | * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com> | 6 | * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _AIC3X_H | 9 | #ifndef _AIC3X_H |
diff --git a/sound/soc/codecs/ts3a227e.c b/sound/soc/codecs/ts3a227e.c index 1271e7e1fc78..3ed3b45fa7ba 100644 --- a/sound/soc/codecs/ts3a227e.c +++ b/sound/soc/codecs/ts3a227e.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TS3A227E Autonomous Audio Accessory Detection and Configuration Switch | 3 | * TS3A227E Autonomous Audio Accessory Detection and Configuration Switch |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Google, Inc. | 5 | * Copyright (C) 2014 Google, Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/gpio.h> | 8 | #include <linux/gpio.h> |
diff --git a/sound/soc/codecs/ts3a227e.h b/sound/soc/codecs/ts3a227e.h index e2acf9c5bebe..3565e5931ca6 100644 --- a/sound/soc/codecs/ts3a227e.h +++ b/sound/soc/codecs/ts3a227e.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TS3A227E Autonous Audio Accessory Detection and Configureation Switch | 3 | * TS3A227E Autonous Audio Accessory Detection and Configureation Switch |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Google, Inc. | 5 | * Copyright (C) 2014 Google, Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _TS3A227E_H | 8 | #ifndef _TS3A227E_H |
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 3c935a941129..1cc7f56912dc 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * uda134x.c -- UDA134X ALSA SoC Codec driver | 3 | * uda134x.c -- UDA134X ALSA SoC Codec driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Author: Zoltan Devai | 8 | * Author: Zoltan Devai |
8 | * | 9 | * |
9 | * Based on the WM87xx drivers by Liam Girdwood and Richard Purdie | 10 | * Based on the WM87xx drivers by Liam Girdwood and Richard Purdie |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c index 584a032b3cb1..26b2ee428aee 100644 --- a/sound/soc/codecs/uda1380.c +++ b/sound/soc/codecs/uda1380.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * uda1380.c - Philips UDA1380 ALSA SoC audio driver | 3 | * uda1380.c - Philips UDA1380 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * Copyright (c) 2007-2009 Philipp Zabel <philipp.zabel@gmail.com> | 5 | * Copyright (c) 2007-2009 Philipp Zabel <philipp.zabel@gmail.com> |
9 | * | 6 | * |
10 | * Modified by Richard Purdie <richard@openedhand.com> to fit into SoC | 7 | * Modified by Richard Purdie <richard@openedhand.com> to fit into SoC |
diff --git a/sound/soc/codecs/uda1380.h b/sound/soc/codecs/uda1380.h index 69a326ac3c1a..0222f2ab818f 100644 --- a/sound/soc/codecs/uda1380.h +++ b/sound/soc/codecs/uda1380.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Audio support for Philips UDA1380 | 3 | * Audio support for Philips UDA1380 |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * Copyright (c) 2005 Giorgio Padrin <giorgio@mandarinlogiq.org> | 5 | * Copyright (c) 2005 Giorgio Padrin <giorgio@mandarinlogiq.org> |
9 | */ | 6 | */ |
10 | 7 | ||
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c index abd2defe7530..727d6703c905 100644 --- a/sound/soc/codecs/wm0010.c +++ b/sound/soc/codecs/wm0010.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm0010.c -- WM0010 DSP Driver | 3 | * wm0010.c -- WM0010 DSP Driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Authors: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Authors: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 8 | * Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
8 | * Scott Ling <sl@opensource.wolfsonmicro.com> | 9 | * Scott Ling <sl@opensource.wolfsonmicro.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index bba330e30162..72e165cc6443 100644 --- a/sound/soc/codecs/wm2000.c +++ b/sound/soc/codecs/wm2000.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm2000.c -- WM2000 ALSA Soc Audio driver | 3 | * wm2000.c -- WM2000 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * The download image for the WM2000 will be requested as | 9 | * The download image for the WM2000 will be requested as |
13 | * 'wm2000_anc.bin' by default (overridable via platform data) at | 10 | * 'wm2000_anc.bin' by default (overridable via platform data) at |
14 | * runtime and is expected to be in flat binary format. This is | 11 | * runtime and is expected to be in flat binary format. This is |
diff --git a/sound/soc/codecs/wm2000.h b/sound/soc/codecs/wm2000.h index 3870c0e1d246..6d3241dea07d 100644 --- a/sound/soc/codecs/wm2000.h +++ b/sound/soc/codecs/wm2000.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm2000.h -- WM2000 Soc Audio driver | 3 | * wm2000.h -- WM2000 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM2000_H | 6 | #ifndef _WM2000_H |
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index deff65161504..cf64e109c658 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm2200.c -- WM2200 ALSA SoC Audio driver | 3 | * wm2200.c -- WM2200 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm5100-tables.c b/sound/soc/codecs/wm5100-tables.c index 9e987cf07450..9a6ce8f2c9fc 100644 --- a/sound/soc/codecs/wm5100-tables.c +++ b/sound/soc/codecs/wm5100-tables.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm5100-tables.c -- WM5100 ALSA SoC Audio driver data | 3 | * wm5100-tables.c -- WM5100 ALSA SoC Audio driver data |
3 | * | 4 | * |
4 | * Copyright 2011-2 Wolfson Microelectronics plc | 5 | * Copyright 2011-2 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include "wm5100.h" | 10 | #include "wm5100.h" |
diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index ba89d9d711f7..4af0e519e623 100644 --- a/sound/soc/codecs/wm5100.c +++ b/sound/soc/codecs/wm5100.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm5100.c -- WM5100 ALSA SoC Audio driver | 3 | * wm5100.c -- WM5100 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011-2 Wolfson Microelectronics plc | 5 | * Copyright 2011-2 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm5100.h b/sound/soc/codecs/wm5100.h index 6076493cfd67..602ee9632351 100644 --- a/sound/soc/codecs/wm5100.h +++ b/sound/soc/codecs/wm5100.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm5100.h -- WM5100 ALSA SoC Audio driver | 3 | * wm5100.h -- WM5100 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Wolfson Microelectronics plc | 5 | * Copyright 2011 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef WM5100_ASOC_H | 10 | #ifndef WM5100_ASOC_H |
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index b32e8313954d..d6d4b4121369 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm5102.c -- WM5102 ALSA SoC Audio driver | 3 | * wm5102.c -- WM5102 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm5102.h b/sound/soc/codecs/wm5102.h index adb38040f661..34156cef64a7 100644 --- a/sound/soc/codecs/wm5102.h +++ b/sound/soc/codecs/wm5102.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm5102.h -- WM5102 ALSA SoC Audio driver | 3 | * wm5102.h -- WM5102 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM5102_H | 10 | #ifndef _WM5102_H |
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 1f500cc8d96a..9dc215b5c504 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm5110.c -- WM5110 ALSA SoC Audio driver | 3 | * wm5110.c -- WM5110 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm5110.h b/sound/soc/codecs/wm5110.h index e6c0cd4235c5..2545e861313d 100644 --- a/sound/soc/codecs/wm5110.h +++ b/sound/soc/codecs/wm5110.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm5110.h -- WM5110 ALSA SoC Audio driver | 3 | * wm5110.h -- WM5110 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM5110_H | 10 | #ifndef _WM5110_H |
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index e92ebe52d485..fe99584c917f 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8350.c -- WM8350 ALSA SoC audio driver | 3 | * wm8350.c -- WM8350 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007-12 Wolfson Microelectronics PLC. | 5 | * Copyright (C) 2007-12 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> | 7 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index 1a2412d73e35..cd3e0c848cae 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8510.c -- WM8510 ALSA Soc Audio driver | 3 | * wm8510.c -- WM8510 ALSA Soc Audio driver |
3 | * | 4 | * |
4 | * Copyright 2006 Wolfson Microelectronics PLC. | 5 | * Copyright 2006 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> | 7 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8510.h b/sound/soc/codecs/wm8510.h index b3e26ed9f2d0..1f4354947382 100644 --- a/sound/soc/codecs/wm8510.h +++ b/sound/soc/codecs/wm8510.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8510.h -- WM8510 Soc Audio driver | 3 | * wm8510.h -- WM8510 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8510_H | 6 | #ifndef _WM8510_H |
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index f4a9e25fb334..04d67ee8203b 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8523.c -- WM8523 ALSA SoC Audio driver | 3 | * wm8523.c -- WM8523 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics plc | 5 | * Copyright 2009 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8523.h b/sound/soc/codecs/wm8523.h index 4d5b1eb8f2fc..79afbf1e4f1a 100644 --- a/sound/soc/codecs/wm8523.h +++ b/sound/soc/codecs/wm8523.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8523.h -- WM8423 ASoC driver | 3 | * wm8523.h -- WM8423 ASoC driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * Based on wm8753.h | 9 | * Based on wm8753.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _WM8523_H | 12 | #ifndef _WM8523_H |
diff --git a/sound/soc/codecs/wm8524.c b/sound/soc/codecs/wm8524.c index fde444d826ca..91e3d1570c45 100644 --- a/sound/soc/codecs/wm8524.c +++ b/sound/soc/codecs/wm8524.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8524.c -- WM8524 ALSA SoC Audio driver | 3 | * wm8524.c -- WM8524 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright 2017 NXP | 6 | * Copyright 2017 NXP |
6 | * | 7 | * |
7 | * Based on WM8523 ALSA SoC Audio driver written by Mark Brown | 8 | * Based on WM8523 ALSA SoC Audio driver written by Mark Brown |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8711.c b/sound/soc/codecs/wm8711.c index 1da08d281ae7..8036b18fdeb9 100644 --- a/sound/soc/codecs/wm8711.c +++ b/sound/soc/codecs/wm8711.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8711.c -- WM8711 ALSA SoC Audio driver | 3 | * wm8711.c -- WM8711 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Mike Arthur <Mike.Arthur@wolfsonmicro.com> | 7 | * Author: Mike Arthur <Mike.Arthur@wolfsonmicro.com> |
7 | * | 8 | * |
8 | * Based on wm8731.c by Richard Purdie | 9 | * Based on wm8731.c by Richard Purdie |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8711.h b/sound/soc/codecs/wm8711.h index a61db985499f..487a9f34d191 100644 --- a/sound/soc/codecs/wm8711.h +++ b/sound/soc/codecs/wm8711.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8711.h -- WM8711 Soc Audio driver | 3 | * wm8711.h -- WM8711 Soc Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Mike Arthur <linux@wolfsonmicro.com> | 7 | * Author: Mike Arthur <linux@wolfsonmicro.com> |
7 | * | 8 | * |
8 | * Based on wm8731.h | 9 | * Based on wm8731.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _WM8711_H | 12 | #ifndef _WM8711_H |
diff --git a/sound/soc/codecs/wm8728.c b/sound/soc/codecs/wm8728.c index 839aee35ab56..8b876659f29c 100644 --- a/sound/soc/codecs/wm8728.c +++ b/sound/soc/codecs/wm8728.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8728.c -- WM8728 ALSA SoC Audio driver | 3 | * wm8728.c -- WM8728 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2008 Wolfson Microelectronics plc | 5 | * Copyright 2008 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8728.h b/sound/soc/codecs/wm8728.h index 8aea362ffd47..d926db5e4f80 100644 --- a/sound/soc/codecs/wm8728.h +++ b/sound/soc/codecs/wm8728.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8728.h -- WM8728 ASoC codec driver | 3 | * wm8728.h -- WM8728 ASoC codec driver |
3 | * | 4 | * |
4 | * Copyright 2008 Wolfson Microelectronics plc | 5 | * Copyright 2008 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8728_H | 10 | #ifndef _WM8728_H |
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index 7c8fad865d6b..6fd1bef848ed 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8731.c -- WM8731 ALSA SoC Audio driver | 3 | * wm8731.c -- WM8731 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Author: Richard Purdie <richard@openedhand.com> | 8 | * Author: Richard Purdie <richard@openedhand.com> |
8 | * | 9 | * |
9 | * Based on wm8753.c by Liam Girdwood | 10 | * Based on wm8753.c by Liam Girdwood |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8731.h b/sound/soc/codecs/wm8731.h index c7c6f15b0e42..4fcf1226d7c2 100644 --- a/sound/soc/codecs/wm8731.h +++ b/sound/soc/codecs/wm8731.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8731.h -- WM8731 Soc Audio driver | 3 | * wm8731.h -- WM8731 Soc Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Richard Purdie <richard@openedhand.com> | 7 | * Author: Richard Purdie <richard@openedhand.com> |
7 | * | 8 | * |
8 | * Based on wm8753.h | 9 | * Based on wm8753.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _WM8731_H | 12 | #ifndef _WM8731_H |
diff --git a/sound/soc/codecs/wm8737.c b/sound/soc/codecs/wm8737.c index e9ae821e7609..0c246fb5e5ac 100644 --- a/sound/soc/codecs/wm8737.c +++ b/sound/soc/codecs/wm8737.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8737.c -- WM8737 ALSA SoC Audio driver | 3 | * wm8737.c -- WM8737 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8737.h b/sound/soc/codecs/wm8737.h index 23d14c8ff6e7..b95b85e03ff8 100644 --- a/sound/soc/codecs/wm8737.h +++ b/sound/soc/codecs/wm8737.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef _WM8737_H | 2 | #ifndef _WM8737_H |
2 | #define _WM8737_H | 3 | #define _WM8737_H |
3 | 4 | ||
@@ -7,10 +8,6 @@ | |||
7 | * Copyright 2010 Wolfson Microelectronics plc | 8 | * Copyright 2010 Wolfson Microelectronics plc |
8 | * | 9 | * |
9 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 10 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | /* | 13 | /* |
diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c index 546ea735f534..328df81ee839 100644 --- a/sound/soc/codecs/wm8741.c +++ b/sound/soc/codecs/wm8741.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8741.c -- WM8741 ALSA SoC Audio driver | 3 | * wm8741.c -- WM8741 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010-1 Wolfson Microelectronics plc | 5 | * Copyright 2010-1 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Ian Lartey <ian@opensource.wolfsonmicro.com> | 7 | * Author: Ian Lartey <ian@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8741.h b/sound/soc/codecs/wm8741.h index c8835f65f342..8158432f014f 100644 --- a/sound/soc/codecs/wm8741.h +++ b/sound/soc/codecs/wm8741.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8741.h -- WM8423 ASoC driver | 3 | * wm8741.h -- WM8423 ASoC driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Ian Lartey <ian@opensource.wolfsonmicro.com> | 7 | * Author: Ian Lartey <ian@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * Based on wm8753.h | 9 | * Based on wm8753.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef _WM8741_H | 12 | #ifndef _WM8741_H |
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 97239bc9d253..5f3466170f78 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8750.c -- WM8750 ALSA SoC audio driver | 3 | * wm8750.c -- WM8750 ALSA SoC audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Richard Purdie <richard@openedhand.com> | 7 | * Author: Richard Purdie <richard@openedhand.com> |
7 | * | 8 | * |
8 | * Based on WM8753.c | 9 | * Based on WM8753.c |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8750.h b/sound/soc/codecs/wm8750.h index 121427c047fb..325f58aa7316 100644 --- a/sound/soc/codecs/wm8750.h +++ b/sound/soc/codecs/wm8750.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2005 Openedhand Ltd. | 3 | * Copyright 2005 Openedhand Ltd. |
3 | * | 4 | * |
4 | * Author: Richard Purdie <richard@openedhand.com> | 5 | * Author: Richard Purdie <richard@openedhand.com> |
5 | * | 6 | * |
6 | * Based on WM8753.h | 7 | * Based on WM8753.h |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _WM8750_H | 10 | #ifndef _WM8750_H |
diff --git a/sound/soc/codecs/wm8770.c b/sound/soc/codecs/wm8770.c index 37467c512597..bc8243443b9d 100644 --- a/sound/soc/codecs/wm8770.c +++ b/sound/soc/codecs/wm8770.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8770.c -- WM8770 ALSA SoC Audio driver | 3 | * wm8770.c -- WM8770 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8770.h b/sound/soc/codecs/wm8770.h index 5f1b3bda6cc8..e0a3f5a14620 100644 --- a/sound/soc/codecs/wm8770.h +++ b/sound/soc/codecs/wm8770.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8770.h -- WM8770 ASoC driver | 3 | * wm8770.h -- WM8770 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8770_H | 10 | #ifndef _WM8770_H |
diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index fb357e23f221..9143eb1ce2f7 100644 --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8776.c -- WM8776 ALSA SoC Audio driver | 3 | * wm8776.c -- WM8776 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * TODO: Input ALC/limiter support | 9 | * TODO: Input ALC/limiter support |
13 | */ | 10 | */ |
14 | 11 | ||
diff --git a/sound/soc/codecs/wm8776.h b/sound/soc/codecs/wm8776.h index 4cf1c8e0bfc9..266a48a21163 100644 --- a/sound/soc/codecs/wm8776.h +++ b/sound/soc/codecs/wm8776.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8776.h -- WM8776 ASoC driver | 3 | * wm8776.h -- WM8776 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics plc | 5 | * Copyright 2009 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8776_H | 10 | #ifndef _WM8776_H |
diff --git a/sound/soc/codecs/wm8804-i2c.c b/sound/soc/codecs/wm8804-i2c.c index 79541960f45d..f97a75e64166 100644 --- a/sound/soc/codecs/wm8804-i2c.c +++ b/sound/soc/codecs/wm8804-i2c.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8804-i2c.c -- WM8804 S/PDIF transceiver driver - I2C | 3 | * wm8804-i2c.c -- WM8804 S/PDIF transceiver driver - I2C |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic Inc | 5 | * Copyright 2015 Cirrus Logic Inc |
5 | * | 6 | * |
6 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 7 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/init.h> | 10 | #include <linux/init.h> |
diff --git a/sound/soc/codecs/wm8804-spi.c b/sound/soc/codecs/wm8804-spi.c index 9998c78a2325..9a8da1511c34 100644 --- a/sound/soc/codecs/wm8804-spi.c +++ b/sound/soc/codecs/wm8804-spi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8804-spi.c -- WM8804 S/PDIF transceiver driver - SPI | 3 | * wm8804-spi.c -- WM8804 S/PDIF transceiver driver - SPI |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic Inc | 5 | * Copyright 2015 Cirrus Logic Inc |
5 | * | 6 | * |
6 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 7 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/init.h> | 10 | #include <linux/init.h> |
diff --git a/sound/soc/codecs/wm8804.c b/sound/soc/codecs/wm8804.c index 89f13249966e..09302550c12b 100644 --- a/sound/soc/codecs/wm8804.c +++ b/sound/soc/codecs/wm8804.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8804.c -- WM8804 S/PDIF transceiver driver | 3 | * wm8804.c -- WM8804 S/PDIF transceiver driver |
3 | * | 4 | * |
4 | * Copyright 2010-11 Wolfson Microelectronics plc | 5 | * Copyright 2010-11 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8804.h b/sound/soc/codecs/wm8804.h index aa72fa66c932..64f3ccc9ac34 100644 --- a/sound/soc/codecs/wm8804.h +++ b/sound/soc/codecs/wm8804.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8804.h -- WM8804 S/PDIF transceiver driver | 3 | * wm8804.h -- WM8804 S/PDIF transceiver driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8804_H | 10 | #ifndef _WM8804_H |
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index 1a14e902949d..271235a69c01 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8900.c -- WM8900 ALSA Soc Audio driver | 3 | * wm8900.c -- WM8900 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * TODO: | 9 | * TODO: |
13 | * - Tristating. | 10 | * - Tristating. |
14 | * - TDM. | 11 | * - TDM. |
diff --git a/sound/soc/codecs/wm8900.h b/sound/soc/codecs/wm8900.h index 583f257e799b..7bc95409a920 100644 --- a/sound/soc/codecs/wm8900.h +++ b/sound/soc/codecs/wm8900.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8900.h -- WM890 Soc Audio driver | 3 | * wm8900.h -- WM890 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8900_H | 6 | #ifndef _WM8900_H |
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 6cb3c153ba19..fa2f67850f18 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8903.c -- WM8903 ALSA SoC Audio driver | 3 | * wm8903.c -- WM8903 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 8 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * TODO: | 10 | * TODO: |
14 | * - TDM mode configuration. | 11 | * - TDM mode configuration. |
15 | * - Digital microphone support. | 12 | * - Digital microphone support. |
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index 9e0f96e0f8ec..5ebdd1d9afde 100644 --- a/sound/soc/codecs/wm8904.c +++ b/sound/soc/codecs/wm8904.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8904.c -- WM8904 ALSA SoC Audio driver | 3 | * wm8904.c -- WM8904 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2009-12 Wolfson Microelectronics plc | 5 | * Copyright 2009-12 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |
diff --git a/sound/soc/codecs/wm8904.h b/sound/soc/codecs/wm8904.h index c29a0e8131ca..c1bca52f9927 100644 --- a/sound/soc/codecs/wm8904.h +++ b/sound/soc/codecs/wm8904.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8904.h -- WM8904 ASoC driver | 3 | * wm8904.h -- WM8904 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics, plc | 5 | * Copyright 2009 Wolfson Microelectronics, plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8904_H | 10 | #ifndef _WM8904_H |
diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index be4fce0c7b36..c194fbde8ad6 100644 --- a/sound/soc/codecs/wm8940.c +++ b/sound/soc/codecs/wm8940.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8940.c -- WM8940 ALSA Soc Audio driver | 3 | * wm8940.c -- WM8940 ALSA Soc Audio driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright 2006 Wolfson Microelectronics PLC. | 8 | * Copyright 2006 Wolfson Microelectronics PLC. |
8 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> | 9 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * Not currently handled: | 11 | * Not currently handled: |
15 | * Notch filter control | 12 | * Notch filter control |
16 | * AUXMode (inverting vs mixer) | 13 | * AUXMode (inverting vs mixer) |
diff --git a/sound/soc/codecs/wm8940.h b/sound/soc/codecs/wm8940.h index 907fe192e9e0..0d4f53ada2e6 100644 --- a/sound/soc/codecs/wm8940.h +++ b/sound/soc/codecs/wm8940.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8940.h -- WM8940 Soc Audio driver | 3 | * wm8940.h -- WM8940 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8940_H | 6 | #ifndef _WM8940_H |
diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index cd204f79647d..66a5f1827aa9 100644 --- a/sound/soc/codecs/wm8955.c +++ b/sound/soc/codecs/wm8955.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8955.c -- WM8955 ALSA SoC Audio driver | 3 | * wm8955.c -- WM8955 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics plc | 5 | * Copyright 2009 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8955.h b/sound/soc/codecs/wm8955.h index d13fd5c5fa63..3d3f9be0419e 100644 --- a/sound/soc/codecs/wm8955.h +++ b/sound/soc/codecs/wm8955.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8955.h -- WM8904 ASoC driver | 3 | * wm8955.h -- WM8904 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics, plc | 5 | * Copyright 2009 Wolfson Microelectronics, plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8955_H | 10 | #ifndef _WM8955_H |
diff --git a/sound/soc/codecs/wm8958-dsp2.c b/sound/soc/codecs/wm8958-dsp2.c index 108e8bf42a34..18535b326680 100644 --- a/sound/soc/codecs/wm8958-dsp2.c +++ b/sound/soc/codecs/wm8958-dsp2.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8958-dsp2.c -- WM8958 DSP2 support | 3 | * wm8958-dsp2.c -- WM8958 DSP2 support |
3 | * | 4 | * |
4 | * Copyright 2011 Wolfson Microelectronics plc | 5 | * Copyright 2011 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 8dc1f3d6a988..55112c1bba5e 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8960.c -- WM8960 ALSA SoC Audio driver | 3 | * wm8960.c -- WM8960 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2007-11 Wolfson Microelectronics, plc | 5 | * Copyright 2007-11 Wolfson Microelectronics, plc |
5 | * | 6 | * |
6 | * Author: Liam Girdwood | 7 | * Author: Liam Girdwood |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8960.h b/sound/soc/codecs/wm8960.h index ab3220d3411d..63ba6c03c488 100644 --- a/sound/soc/codecs/wm8960.h +++ b/sound/soc/codecs/wm8960.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8960.h -- WM8960 Soc Audio driver | 3 | * wm8960.h -- WM8960 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8960_H | 6 | #ifndef _WM8960_H |
diff --git a/sound/soc/codecs/wm8961.c b/sound/soc/codecs/wm8961.c index 68b4cadc308f..72504f3b702d 100644 --- a/sound/soc/codecs/wm8961.c +++ b/sound/soc/codecs/wm8961.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8961.c -- WM8961 ALSA SoC Audio driver | 3 | * wm8961.c -- WM8961 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Mark Brown | 7 | * Author: Mark Brown |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * Currently unimplemented features: | 9 | * Currently unimplemented features: |
13 | * - ALC | 10 | * - ALC |
14 | */ | 11 | */ |
diff --git a/sound/soc/codecs/wm8961.h b/sound/soc/codecs/wm8961.h index 1d736e5701c8..d4e00e5493b9 100644 --- a/sound/soc/codecs/wm8961.h +++ b/sound/soc/codecs/wm8961.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8961.h -- WM8961 Soc Audio driver | 3 | * wm8961.h -- WM8961 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8961_H | 6 | #ifndef _WM8961_H |
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 467ed78dd2df..3e5c69fbc33a 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8962.c -- WM8962 ALSA SoC Audio driver | 3 | * wm8962.c -- WM8962 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010-2 Wolfson Microelectronics plc | 5 | * Copyright 2010-2 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8962.h b/sound/soc/codecs/wm8962.h index a4a42d269747..e7f4a70ab8a4 100644 --- a/sound/soc/codecs/wm8962.h +++ b/sound/soc/codecs/wm8962.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8962.h -- WM8962 ASoC driver | 3 | * wm8962.h -- WM8962 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics, plc | 5 | * Copyright 2010 Wolfson Microelectronics, plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8962_H | 10 | #ifndef _WM8962_H |
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 593a11960888..dc4fe4f5239d 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8974.c -- WM8974 ALSA Soc Audio driver | 3 | * wm8974.c -- WM8974 ALSA Soc Audio driver |
3 | * | 4 | * |
4 | * Copyright 2006-2009 Wolfson Microelectronics PLC. | 5 | * Copyright 2006-2009 Wolfson Microelectronics PLC. |
5 | * | 6 | * |
6 | * Author: Liam Girdwood <Liam.Girdwood@wolfsonmicro.com> | 7 | * Author: Liam Girdwood <Liam.Girdwood@wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8974.h b/sound/soc/codecs/wm8974.h index 3c94e7bb55a6..d6175383f000 100644 --- a/sound/soc/codecs/wm8974.h +++ b/sound/soc/codecs/wm8974.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8974.h -- WM8974 Soc Audio driver | 3 | * wm8974.h -- WM8974 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8974_H | 6 | #ifndef _WM8974_H |
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c index bae4fe89dbf1..af35ae101367 100644 --- a/sound/soc/codecs/wm8978.c +++ b/sound/soc/codecs/wm8978.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8978.c -- WM8978 ALSA SoC Audio Codec driver | 3 | * wm8978.c -- WM8978 ALSA SoC Audio Codec driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2007 Carlos Munoz <carlos@kenati.com> | 6 | * Copyright (C) 2007 Carlos Munoz <carlos@kenati.com> |
6 | * Copyright 2006-2009 Wolfson Microelectronics PLC. | 7 | * Copyright 2006-2009 Wolfson Microelectronics PLC. |
7 | * Based on wm8974 and wm8990 by Liam Girdwood <lrg@slimlogic.co.uk> | 8 | * Based on wm8974 and wm8990 by Liam Girdwood <lrg@slimlogic.co.uk> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8978.h b/sound/soc/codecs/wm8978.h index 0dcf6868dff6..e1986dcec49a 100644 --- a/sound/soc/codecs/wm8978.h +++ b/sound/soc/codecs/wm8978.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8978.h -- codec driver for WM8978 | 3 | * wm8978.h -- codec driver for WM8978 |
3 | * | 4 | * |
4 | * Copyright 2009 Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 5 | * Copyright 2009 Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __WM8978_H__ | 8 | #ifndef __WM8978_H__ |
diff --git a/sound/soc/codecs/wm8983.c b/sound/soc/codecs/wm8983.c index 9f35801aa85f..a7e0376f9cf6 100644 --- a/sound/soc/codecs/wm8983.c +++ b/sound/soc/codecs/wm8983.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8983.c -- WM8983 ALSA SoC Audio driver | 3 | * wm8983.c -- WM8983 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Wolfson Microelectronics plc | 5 | * Copyright 2011 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8983.h b/sound/soc/codecs/wm8983.h index 71ee619c2742..994c01704d59 100644 --- a/sound/soc/codecs/wm8983.h +++ b/sound/soc/codecs/wm8983.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8983.h -- WM8983 ALSA SoC Audio driver | 3 | * wm8983.h -- WM8983 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2011 Wolfson Microelectronics plc | 5 | * Copyright 2011 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8983_H | 10 | #ifndef _WM8983_H |
diff --git a/sound/soc/codecs/wm8985.c b/sound/soc/codecs/wm8985.c index 18b342ca4f8e..a62907d0f340 100644 --- a/sound/soc/codecs/wm8985.c +++ b/sound/soc/codecs/wm8985.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8985.c -- WM8985 / WM8758 ALSA SoC Audio driver | 3 | * wm8985.c -- WM8985 / WM8758 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright: 2016 Barix AG | 9 | * Copyright: 2016 Barix AG |
9 | * Author: Petr Kulhavy <petr@barix.com> | 10 | * Author: Petr Kulhavy <petr@barix.com> |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | * | ||
15 | * TODO: | 12 | * TODO: |
16 | * o Add OUT3/OUT4 mixer controls. | 13 | * o Add OUT3/OUT4 mixer controls. |
17 | */ | 14 | */ |
diff --git a/sound/soc/codecs/wm8985.h b/sound/soc/codecs/wm8985.h index 41b1048e3c97..107fae9ce014 100644 --- a/sound/soc/codecs/wm8985.h +++ b/sound/soc/codecs/wm8985.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8985.h -- WM8985 ASoC driver | 3 | * wm8985.h -- WM8985 ASoC driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8985_H | 10 | #ifndef _WM8985_H |
diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c index 6e52c6a8bab3..25e74cf0666a 100644 --- a/sound/soc/codecs/wm8988.c +++ b/sound/soc/codecs/wm8988.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8988.c -- WM8988 ALSA SoC audio driver | 3 | * wm8988.c -- WM8988 ALSA SoC audio driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright 2005 Openedhand Ltd. | 6 | * Copyright 2005 Openedhand Ltd. |
6 | * | 7 | * |
7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 8 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8988.h b/sound/soc/codecs/wm8988.h index 5c04024e5f9f..bd8a30c1340f 100644 --- a/sound/soc/codecs/wm8988.h +++ b/sound/soc/codecs/wm8988.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2005 Openedhand Ltd. | 3 | * Copyright 2005 Openedhand Ltd. |
3 | * | 4 | * |
4 | * Author: Richard Purdie <richard@openedhand.com> | 5 | * Author: Richard Purdie <richard@openedhand.com> |
5 | * | 6 | * |
6 | * Based on WM8753.h | 7 | * Based on WM8753.h |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _WM8988_H | 10 | #ifndef _WM8988_H |
diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index 2c61655c44ea..3fb8f37a3fad 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8993.c -- WM8993 ALSA SoC audio driver | 3 | * wm8993.c -- WM8993 ALSA SoC audio driver |
3 | * | 4 | * |
4 | * Copyright 2009-12 Wolfson Microelectronics plc | 5 | * Copyright 2009-12 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 14f1b0c0d286..c3d06e8bc54f 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8994.c -- WM8994 ALSA SoC Audio driver | 3 | * wm8994.c -- WM8994 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2009-12 Wolfson Microelectronics plc | 5 | * Copyright 2009-12 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index a72efb0e6867..1d6f2abe1c11 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8994.h -- WM8994 Soc Audio driver | 3 | * wm8994.h -- WM8994 Soc Audio driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _WM8994_H | 6 | #ifndef _WM8994_H |
diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c index 79ee91906bb9..53e285caa926 100644 --- a/sound/soc/codecs/wm8995.c +++ b/sound/soc/codecs/wm8995.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8995.c -- WM8995 ALSA SoC Audio driver | 3 | * wm8995.c -- WM8995 ALSA SoC Audio driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | 8 | * |
8 | * Based on wm8994.c and wm_hubs.c by Mark Brown | 9 | * Based on wm8994.c and wm_hubs.c by Mark Brown |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8995.h b/sound/soc/codecs/wm8995.h index 508ad27fe2bb..5a3cc8aec20e 100644 --- a/sound/soc/codecs/wm8995.h +++ b/sound/soc/codecs/wm8995.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8995.h -- WM8995 ALSA SoC Audio driver | 3 | * wm8995.h -- WM8995 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2010 Wolfson Microelectronics plc | 5 | * Copyright 2010 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 7 | * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8995_H | 10 | #ifndef _WM8995_H |
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index 33e3dc1a1367..37e4bb3dbd8a 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8997.c -- WM8997 ALSA SoC Audio driver | 3 | * wm8997.c -- WM8997 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 7 | * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8997.h b/sound/soc/codecs/wm8997.h index 5e91c6a7d567..6fd7e3063655 100644 --- a/sound/soc/codecs/wm8997.h +++ b/sound/soc/codecs/wm8997.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8997.h -- WM8997 ALSA SoC Audio driver | 3 | * wm8997.h -- WM8997 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8997_H | 10 | #ifndef _WM8997_H |
diff --git a/sound/soc/codecs/wm8998.c b/sound/soc/codecs/wm8998.c index 125fc32ad92a..7c1899219573 100644 --- a/sound/soc/codecs/wm8998.c +++ b/sound/soc/codecs/wm8998.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm8998.c -- ALSA SoC Audio driver for WM8998 codecs | 3 | * wm8998.c -- ALSA SoC Audio driver for WM8998 codecs |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic, Inc. | 5 | * Copyright 2015 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 7 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm8998.h b/sound/soc/codecs/wm8998.h index 1e8647252162..a7f9391312d5 100644 --- a/sound/soc/codecs/wm8998.h +++ b/sound/soc/codecs/wm8998.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm8998.h -- ALSA SoC Audio driver for WM8998 codecs | 3 | * wm8998.h -- ALSA SoC Audio driver for WM8998 codecs |
3 | * | 4 | * |
4 | * Copyright 2015 Cirrus Logic, Inc. | 5 | * Copyright 2015 Cirrus Logic, Inc. |
5 | * | 6 | * |
6 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 7 | * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _WM8998_H | 10 | #ifndef _WM8998_H |
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 399255d1f78a..c42ea626a240 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm9081.c -- WM9081 ALSA SoC Audio driver | 3 | * wm9081.c -- WM9081 ALSA SoC Audio driver |
3 | * | 4 | * |
4 | * Author: Mark Brown | 5 | * Author: Mark Brown |
5 | * | 6 | * |
6 | * Copyright 2009-12 Wolfson Microelectronics plc | 7 | * Copyright 2009-12 Wolfson Microelectronics plc |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm9081.h b/sound/soc/codecs/wm9081.h index 871cccb066dc..dc55807d9add 100644 --- a/sound/soc/codecs/wm9081.h +++ b/sound/soc/codecs/wm9081.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef WM9081_H | 2 | #ifndef WM9081_H |
2 | #define WM9081_H | 3 | #define WM9081_H |
3 | 4 | ||
@@ -7,10 +8,6 @@ | |||
7 | * Author: Mark Brown | 8 | * Author: Mark Brown |
8 | * | 9 | * |
9 | * Copyright 2009 Wolfson Microelectronics plc | 10 | * Copyright 2009 Wolfson Microelectronics plc |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <sound/soc.h> | 13 | #include <sound/soc.h> |
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index b26e6b825a90..40ba71d00c71 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm_adsp.c -- Wolfson ADSP support | 3 | * wm_adsp.c -- Wolfson ADSP support |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/ctype.h> | 10 | #include <linux/ctype.h> |
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index 3631c9200c5d..3b03d1eb986f 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm_adsp.h -- Wolfson ADSP support | 3 | * wm_adsp.h -- Wolfson ADSP support |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __WM_ADSP_H | 10 | #ifndef __WM_ADSP_H |
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index fed6ea9b019f..e93af7edd8f7 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * wm_hubs.c -- WM8993/4 common code | 3 | * wm_hubs.c -- WM8993/4 common code |
3 | * | 4 | * |
4 | * Copyright 2009-12 Wolfson Microelectronics plc | 5 | * Copyright 2009-12 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h index ee339ad8514d..4b8e5f0d6e32 100644 --- a/sound/soc/codecs/wm_hubs.h +++ b/sound/soc/codecs/wm_hubs.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wm_hubs.h -- WM899x common code | 3 | * wm_hubs.h -- WM899x common code |
3 | * | 4 | * |
4 | * Copyright 2009 Wolfson Microelectronics plc | 5 | * Copyright 2009 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _WM_HUBS_H | 10 | #ifndef _WM_HUBS_H |
diff --git a/sound/soc/codecs/wmfw.h b/sound/soc/codecs/wmfw.h index 14b2d1a2fc59..4278aa6aeb01 100644 --- a/sound/soc/codecs/wmfw.h +++ b/sound/soc/codecs/wmfw.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * wmfw.h - Wolfson firmware format information | 3 | * wmfw.h - Wolfson firmware format information |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __WMFW_H | 10 | #ifndef __WMFW_H |
diff --git a/sound/soc/codecs/zx_aud96p22.c b/sound/soc/codecs/zx_aud96p22.c index 7a2d6eaf1786..16d44efb132d 100644 --- a/sound/soc/codecs/zx_aud96p22.c +++ b/sound/soc/codecs/zx_aud96p22.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Sanechips Technology Co., Ltd. | 3 | * Copyright (C) 2017 Sanechips Technology Co., Ltd. |
3 | * Copyright 2017 Linaro Ltd. | 4 | * Copyright 2017 Linaro Ltd. |
4 | * | 5 | * |
5 | * Author: Baoyou Xie <baoyou.xie@linaro.org> | 6 | * Author: Baoyou Xie <baoyou.xie@linaro.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/gpio/consumer.h> | 9 | #include <linux/gpio/consumer.h> |