forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/sound/soc/codecs/tlv320aic32x4-i2c.c
....@@ -1,21 +1,11 @@
1
-/*
2
- * linux/sound/soc/codecs/tlv320aic32x4-i2c.c
1
+/* SPDX-License-Identifier: GPL-2.0
32 *
4
- * Copyright 2011 NW Digital Radio
3
+ * Copyright 2011-2019 NW Digital Radio
54 *
6
- * Author: Jeremy McDermond <nh6z@nh6z.net>
5
+ * Author: Annaliese McDermond <nh6z@nh6z.net>
76 *
87 * Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
98 *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation; either version 2 of the License, or
13
- * (at your option) any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
199 */
2010
2111 #include <linux/i2c.h>
....@@ -72,5 +62,5 @@
7262 module_i2c_driver(aic32x4_i2c_driver);
7363
7464 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver I2C");
75
-MODULE_AUTHOR("Jeremy McDermond <nh6z@nh6z.net>");
65
+MODULE_AUTHOR("Annaliese McDermond <nh6z@nh6z.net>");
7666 MODULE_LICENSE("GPL");