diff options
-rw-r--r-- | include/dt-bindings/sound/madera.h | 6 | ||||
-rw-r--r-- | include/sound/madera-pdata.h | 6 | ||||
-rw-r--r-- | sound/soc/codecs/cs47l35.c | 6 | ||||
-rw-r--r-- | sound/soc/codecs/cs47l85.c | 6 | ||||
-rw-r--r-- | sound/soc/codecs/cs47l90.c | 6 | ||||
-rw-r--r-- | sound/soc/codecs/madera.c | 6 | ||||
-rw-r--r-- | sound/soc/codecs/madera.h | 6 |
7 files changed, 7 insertions, 35 deletions
diff --git a/include/dt-bindings/sound/madera.h b/include/dt-bindings/sound/madera.h index 9ff4eae5259b..d0096d5eb0da 100644 --- a/include/dt-bindings/sound/madera.h +++ b/include/dt-bindings/sound/madera.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
2 | /* | 2 | /* |
3 | * Device Tree defines for Madera codecs | 3 | * Device Tree defines for Madera codecs |
4 | * | 4 | * |
5 | * Copyright (C) 2016-2017 Cirrus Logic, Inc. and | 5 | * Copyright (C) 2016-2017 Cirrus Logic, Inc. and |
6 | * Cirrus Logic International Semiconductor Ltd. | 6 | * Cirrus Logic International Semiconductor Ltd. |
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 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef DT_BINDINGS_SOUND_MADERA_H | 9 | #ifndef DT_BINDINGS_SOUND_MADERA_H |
diff --git a/include/sound/madera-pdata.h b/include/sound/madera-pdata.h index 441decefb7f3..e3060f48f108 100644 --- a/include/sound/madera-pdata.h +++ b/include/sound/madera-pdata.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
2 | /* | 2 | /* |
3 | * Platform data for Madera codec driver | 3 | * Platform data for Madera codec driver |
4 | * | 4 | * |
5 | * Copyright (C) 2016-2019 Cirrus Logic, Inc. and | 5 | * Copyright (C) 2016-2019 Cirrus Logic, Inc. and |
6 | * Cirrus Logic International Semiconductor Ltd. | 6 | * Cirrus Logic International Semiconductor Ltd. |
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 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef MADERA_CODEC_PDATA_H | 9 | #ifndef MADERA_CODEC_PDATA_H |
diff --git a/sound/soc/codecs/cs47l35.c b/sound/soc/codecs/cs47l35.c index 02f193dadd41..511d0d6fa962 100644 --- a/sound/soc/codecs/cs47l35.c +++ b/sound/soc/codecs/cs47l35.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | // | 2 | // |
3 | // ALSA SoC Audio driver for CS47L35 codec | 3 | // ALSA SoC Audio driver for CS47L35 codec |
4 | // | 4 | // |
5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and | 5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and |
6 | // Cirrus Logic International Semiconductor Ltd. | 6 | // Cirrus Logic International Semiconductor Ltd. |
7 | // | 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 as published by the | ||
10 | // Free Software Foundation; version 2. | ||
11 | // | ||
12 | 8 | ||
13 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
14 | #include <linux/device.h> | 10 | #include <linux/device.h> |
diff --git a/sound/soc/codecs/cs47l85.c b/sound/soc/codecs/cs47l85.c index 4c4bae6e2c57..32fe7ffb7526 100644 --- a/sound/soc/codecs/cs47l85.c +++ b/sound/soc/codecs/cs47l85.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | // | 2 | // |
3 | // ALSA SoC Audio driver for CS47L85 codec | 3 | // ALSA SoC Audio driver for CS47L85 codec |
4 | // | 4 | // |
5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and | 5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and |
6 | // Cirrus Logic International Semiconductor Ltd. | 6 | // Cirrus Logic International Semiconductor Ltd. |
7 | // | 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 as published by the | ||
10 | // Free Software Foundation; version 2. | ||
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/cs47l90.c b/sound/soc/codecs/cs47l90.c index 83c4e4628bde..c4ecb0e6911a 100644 --- a/sound/soc/codecs/cs47l90.c +++ b/sound/soc/codecs/cs47l90.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | // | 2 | // |
3 | // ALSA SoC Audio driver for CS47L90 codec | 3 | // ALSA SoC Audio driver for CS47L90 codec |
4 | // | 4 | // |
5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and | 5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and |
6 | // Cirrus Logic International Semiconductor Ltd. | 6 | // Cirrus Logic International Semiconductor Ltd. |
7 | // | 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 as published by the | ||
10 | // Free Software Foundation; version 2. | ||
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/madera.c b/sound/soc/codecs/madera.c index 6146c7a070cb..1b1be19a2f99 100644 --- a/sound/soc/codecs/madera.c +++ b/sound/soc/codecs/madera.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | // | 2 | // |
3 | // Cirrus Logic Madera class codecs common support | 3 | // Cirrus Logic Madera class codecs common support |
4 | // | 4 | // |
5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and | 5 | // Copyright (C) 2015-2019 Cirrus Logic, Inc. and |
6 | // Cirrus Logic International Semiconductor Ltd. | 6 | // Cirrus Logic International Semiconductor Ltd. |
7 | // | 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 as published by the | ||
10 | // Free Software Foundation; version 2. | ||
11 | // | ||
12 | 8 | ||
13 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
14 | #include <linux/gcd.h> | 10 | #include <linux/gcd.h> |
diff --git a/sound/soc/codecs/madera.h b/sound/soc/codecs/madera.h index aa2db156582b..0af66f280770 100644 --- a/sound/soc/codecs/madera.h +++ b/sound/soc/codecs/madera.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
2 | /* | 2 | /* |
3 | * Cirrus Logic Madera class codecs common support | 3 | * Cirrus Logic Madera class codecs common support |
4 | * | 4 | * |
5 | * Copyright (C) 2015-2018 Cirrus Logic, Inc. and | 5 | * Copyright (C) 2015-2018 Cirrus Logic, Inc. and |
6 | * Cirrus Logic International Semiconductor Ltd. | 6 | * Cirrus Logic International Semiconductor Ltd. |
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 as published by the | ||
10 | * Free Software Foundation; version 2. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef ASOC_MADERA_H | 9 | #ifndef ASOC_MADERA_H |