diff options
author | Kirill Marinushkin <[email protected]> | 2024-10-16 23:58:10 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-10-17 12:11:33 +0100 |
commit | 740883fa6c7262036769aa54b50609c8043977e0 (patch) | |
tree | 4d0289fb814cacc28eb0c205668f910d1d1ea3bc | |
parent | 6924565a04e5f424c95e6d894584e3059f257373 (diff) |
ASoC: Change my e-mail to gmail
Change my contact e-mail in pcm3060 driver and MAINTAINERS
Signed-off-by: Kirill Marinushkin <[email protected]>
Cc: Kirill Marinushkin <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | sound/soc/codecs/pcm3060-i2c.c | 4 | ||||
-rw-r--r-- | sound/soc/codecs/pcm3060-spi.c | 4 | ||||
-rw-r--r-- | sound/soc/codecs/pcm3060.c | 4 | ||||
-rw-r--r-- | sound/soc/codecs/pcm3060.h | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c1a2c296446c..9d6272c00fbd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23290,7 +23290,7 @@ F: Documentation/devicetree/bindings/iio/adc/ti,lmp92064.yaml F: drivers/iio/adc/ti-lmp92064.c TI PCM3060 ASoC CODEC DRIVER -M: Kirill Marinushkin <[email protected]> +M: Kirill Marinushkin <[email protected]> S: Maintained F: Documentation/devicetree/bindings/sound/pcm3060.txt diff --git a/sound/soc/codecs/pcm3060-i2c.c b/sound/soc/codecs/pcm3060-i2c.c index 5330cf46b127..3816b25a8ead 100644 --- a/sound/soc/codecs/pcm3060-i2c.c +++ b/sound/soc/codecs/pcm3060-i2c.c @@ -2,7 +2,7 @@ // // PCM3060 I2C driver // -// Copyright (C) 2018 Kirill Marinushkin <[email protected]> +// Copyright (C) 2018 Kirill Marinushkin <[email protected]> #include <linux/i2c.h> #include <linux/module.h> @@ -55,5 +55,5 @@ static struct i2c_driver pcm3060_i2c_driver = { module_i2c_driver(pcm3060_i2c_driver); MODULE_DESCRIPTION("PCM3060 I2C driver"); -MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); +MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/sound/soc/codecs/pcm3060-spi.c b/sound/soc/codecs/pcm3060-spi.c index 3b79734b832b..6095841f2f56 100644 --- a/sound/soc/codecs/pcm3060-spi.c +++ b/sound/soc/codecs/pcm3060-spi.c @@ -2,7 +2,7 @@ // // PCM3060 SPI driver // -// Copyright (C) 2018 Kirill Marinushkin <[email protected]> +// Copyright (C) 2018 Kirill Marinushkin <[email protected]> #include <linux/module.h> #include <linux/spi/spi.h> @@ -55,5 +55,5 @@ static struct spi_driver pcm3060_spi_driver = { module_spi_driver(pcm3060_spi_driver); MODULE_DESCRIPTION("PCM3060 SPI driver"); -MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); +MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/sound/soc/codecs/pcm3060.c b/sound/soc/codecs/pcm3060.c index 586ec8c7246c..8974200652e7 100644 --- a/sound/soc/codecs/pcm3060.c +++ b/sound/soc/codecs/pcm3060.c @@ -2,7 +2,7 @@ // // PCM3060 codec driver // -// Copyright (C) 2018 Kirill Marinushkin <[email protected]> +// Copyright (C) 2018 Kirill Marinushkin <[email protected]> #include <linux/module.h> #include <sound/pcm_params.h> @@ -343,5 +343,5 @@ int pcm3060_probe(struct device *dev) EXPORT_SYMBOL(pcm3060_probe); MODULE_DESCRIPTION("PCM3060 codec driver"); -MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); +MODULE_AUTHOR("Kirill Marinushkin <[email protected]>"); MODULE_LICENSE("GPL v2"); diff --git a/sound/soc/codecs/pcm3060.h b/sound/soc/codecs/pcm3060.h index 5e1185e7b03d..1b96835600b4 100644 --- a/sound/soc/codecs/pcm3060.h +++ b/sound/soc/codecs/pcm3060.h @@ -2,7 +2,7 @@ /* * PCM3060 codec driver * - * Copyright (C) 2018 Kirill Marinushkin <[email protected]> + * Copyright (C) 2018 Kirill Marinushkin <[email protected]> */ #ifndef _SND_SOC_PCM3060_H |