diff options
author | Kirill Marinushkin <kmarinushkin@birdec.com> | 2019-07-10 07:51:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-10 17:25:12 +0200 |
commit | 9e944c9be2456159fb8c36b0ba3170b2f01c3887 (patch) | |
tree | 146d45c0049fbcee0bc3d5ab507f8ce76bf43649 /sound/soc/codecs/pcm3060-i2c.c | |
parent | ASoC: rt1308: Remove executable attribute from source files (diff) | |
download | linux-9e944c9be2456159fb8c36b0ba3170b2f01c3887.tar.xz linux-9e944c9be2456159fb8c36b0ba3170b2f01c3887.zip |
ASoC: Relocate my e-mail to .com domain zone
Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.com>
Link: https://lore.kernel.org/r/20190710055135.21377-1-kmarinushkin@birdec.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm3060-i2c.c')
-rw-r--r-- | sound/soc/codecs/pcm3060-i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/pcm3060-i2c.c b/sound/soc/codecs/pcm3060-i2c.c index cdc8314882bc..abcdeb922201 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 <kmarinushkin@birdec.tech> +// Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.com> #include <linux/i2c.h> #include <linux/module.h> @@ -56,5 +56,5 @@ static struct i2c_driver pcm3060_i2c_driver = { module_i2c_driver(pcm3060_i2c_driver); MODULE_DESCRIPTION("PCM3060 I2C driver"); -MODULE_AUTHOR("Kirill Marinushkin <kmarinushkin@birdec.tech>"); +MODULE_AUTHOR("Kirill Marinushkin <kmarinushkin@birdec.com>"); MODULE_LICENSE("GPL v2"); |