aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-11-29 16:32:42 -0500
committerMark Brown <broonie@kernel.org>2017-11-30 07:30:23 -0500
commitb1c52b7e7cc6a57128869008b84d98a4de78fe2d (patch)
tree0f7084224c55879ae0b6b4c3af4cffcbe661af1c
parenta825f31f93281bbe7126b25801deb476d07aaf82 (diff)
ASoC: tlv320aic31xx: File header and copyright cleanup
Fix header copyright tags, while we are here, also switch to SPDX and fixup MODULE tags to match. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/tlv320aic31xx.c26
-rw-r--r--sound/soc/codecs/tlv320aic31xx.h15
2 files changed, 13 insertions, 28 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index 4837f25b0760..b98d9b1f216f 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -1,22 +1,14 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * ALSA SoC TLV320AIC31XX codec driver 3 * ALSA SoC TLV320AIC31xx CODEC Driver
3 * 4 *
4 * Copyright (C) 2014 Texas Instruments, Inc. 5 * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/
5 * 6 * Jyri Sarha <jsarha@ti.com>
6 * Author: Jyri Sarha <jsarha@ti.com>
7 * 7 *
8 * Based on ground work by: Ajit Kulkarni <x0175765@ti.com> 8 * Based on ground work by: Ajit Kulkarni <x0175765@ti.com>
9 * 9 *
10 * This package is free software; you can redistribute it and/or modify 10 * The TLV320AIC31xx series of audio codecs are low-power, highly integrated
11 * it under the terms of the GNU General Public License version 2 as 11 * high performance codecs which provides a stereo DAC, a mono ADC,
12 * published by the Free Software Foundation.
13 *
14 * THIS PACKAGE IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 *
18 * The TLV320AIC31xx series of audio codec is a low-power, highly integrated
19 * high performance codec which provides a stereo DAC, a mono ADC,
20 * and mono/stereo Class-D speaker driver. 12 * and mono/stereo Class-D speaker driver.
21 */ 13 */
22 14
@@ -1414,6 +1406,6 @@ static struct i2c_driver aic31xx_i2c_driver = {
1414 1406
1415module_i2c_driver(aic31xx_i2c_driver); 1407module_i2c_driver(aic31xx_i2c_driver);
1416 1408
1417MODULE_DESCRIPTION("ASoC TLV320AIC3111 codec driver"); 1409MODULE_AUTHOR("Jyri Sarha <jsarha@ti.com>");
1418MODULE_AUTHOR("Jyri Sarha"); 1410MODULE_DESCRIPTION("ASoC TLV320AIC31xx CODEC Driver");
1419MODULE_LICENSE("GPL"); 1411MODULE_LICENSE("GPL v2");
diff --git a/sound/soc/codecs/tlv320aic31xx.h b/sound/soc/codecs/tlv320aic31xx.h
index 730fb2058869..a9ea2f99eba0 100644
--- a/sound/soc/codecs/tlv320aic31xx.h
+++ b/sound/soc/codecs/tlv320aic31xx.h
@@ -1,17 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * ALSA SoC TLV320AIC31XX codec driver 3 * ALSA SoC TLV320AIC31xx CODEC Driver Definitions
3 *
4 * Copyright (C) 2013 Texas Instruments, Inc.
5 *
6 * This package 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 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
11 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
12 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13 * 4 *
5 * Copyright (C) 2014-2017 Texas Instruments Incorporated - http://www.ti.com/
14 */ 6 */
7
15#ifndef _TLV320AIC31XX_H 8#ifndef _TLV320AIC31XX_H
16#define _TLV320AIC31XX_H 9#define _TLV320AIC31XX_H
17 10