diff options
author | Kirill Marinushkin <kmarinushkin@birdec.com> | 2019-07-10 08:51:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-10 18:25:12 +0300 |
commit | 9e944c9be2456159fb8c36b0ba3170b2f01c3887 (patch) | |
tree | 146d45c0049fbcee0bc3d5ab507f8ce76bf43649 /sound/soc/codecs/pcm3060.c | |
parent | 72365164cbefe3afa7a146d27d502ed688bf7323 (diff) | |
download | linux-9e944c9be2456159fb8c36b0ba3170b2f01c3887.tar.xz |
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.c')
-rw-r--r-- | sound/soc/codecs/pcm3060.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/pcm3060.c b/sound/soc/codecs/pcm3060.c index 32b26f1c2282..b2358069cf9b 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 <kmarinushkin@birdec.tech> +// Copyright (C) 2018 Kirill Marinushkin <kmarinushkin@birdec.com> #include <linux/module.h> #include <sound/pcm_params.h> @@ -342,5 +342,5 @@ int pcm3060_probe(struct device *dev) EXPORT_SYMBOL(pcm3060_probe); MODULE_DESCRIPTION("PCM3060 codec driver"); -MODULE_AUTHOR("Kirill Marinushkin <kmarinushkin@birdec.tech>"); +MODULE_AUTHOR("Kirill Marinushkin <kmarinushkin@birdec.com>"); MODULE_LICENSE("GPL v2"); |