hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/tlv320aic32x4-spi.c
....@@ -1,21 +1,11 @@
1
-/*
2
- * linux/sound/soc/codecs/tlv320aic32x4-spi.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/spi/spi.h>
....@@ -74,5 +64,5 @@
7464 module_spi_driver(aic32x4_spi_driver);
7565
7666 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver SPI");
77
-MODULE_AUTHOR("Jeremy McDermond <nh6z@nh6z.net>");
67
+MODULE_AUTHOR("Annaliese McDermond <nh6z@nh6z.net>");
7868 MODULE_LICENSE("GPL");