brcm2708: rename target to bcm27xx
[openwrt/staging/wigyori.git] / target / linux / bcm27xx / patches-4.19 / 950-0356-ASoC-tlv320aic32x4-Change-author-s-name.patch
1 From 5942d9e650ce419236d5a7dc53c2513889ed3453 Mon Sep 17 00:00:00 2001
2 From: Annaliese McDermond <nh6z@nh6z.net>
3 Date: Wed, 3 Apr 2019 21:17:15 -0700
4 Subject: [PATCH] ASoC: tlv320aic32x4: Change author's name
5
6 commit 7297ba6c74c5b9e78d8e936af82eecfcf7d32dfb upstream.
7
8 The author of these files has changed her name. Update
9 instances in the code of her dead name to current legal
10 name.
11
12 Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
13 Signed-off-by: Mark Brown <broonie@kernel.org>
14 ---
15 sound/soc/codecs/tlv320aic32x4-i2c.c | 4 ++--
16 sound/soc/codecs/tlv320aic32x4-spi.c | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 --- a/sound/soc/codecs/tlv320aic32x4-i2c.c
20 +++ b/sound/soc/codecs/tlv320aic32x4-i2c.c
21 @@ -3,7 +3,7 @@
22 *
23 * Copyright 2011 NW Digital Radio
24 *
25 - * Author: Jeremy McDermond <nh6z@nh6z.net>
26 + * Author: Annaliese McDermond <nh6z@nh6z.net>
27 *
28 * Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
29 *
30 @@ -72,5 +72,5 @@ static struct i2c_driver aic32x4_i2c_dri
31 module_i2c_driver(aic32x4_i2c_driver);
32
33 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver I2C");
34 -MODULE_AUTHOR("Jeremy McDermond <nh6z@nh6z.net>");
35 +MODULE_AUTHOR("Annaliese McDermond <nh6z@nh6z.net>");
36 MODULE_LICENSE("GPL");
37 --- a/sound/soc/codecs/tlv320aic32x4-spi.c
38 +++ b/sound/soc/codecs/tlv320aic32x4-spi.c
39 @@ -3,7 +3,7 @@
40 *
41 * Copyright 2011 NW Digital Radio
42 *
43 - * Author: Jeremy McDermond <nh6z@nh6z.net>
44 + * Author: Annaliese McDermond <nh6z@nh6z.net>
45 *
46 * Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
47 *
48 @@ -74,5 +74,5 @@ static struct spi_driver aic32x4_spi_dri
49 module_spi_driver(aic32x4_spi_driver);
50
51 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver SPI");
52 -MODULE_AUTHOR("Jeremy McDermond <nh6z@nh6z.net>");
53 +MODULE_AUTHOR("Annaliese McDermond <nh6z@nh6z.net>");
54 MODULE_LICENSE("GPL");