diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2010-09-09 08:10:33 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-15 07:03:58 -0400 |
commit | 697378972d075e1b26ed2935bf44fb828c6191f5 (patch) | |
tree | 527bc825e2e04b7a48bea4a5140fd05d54ea837e /sound/soc/kirkwood/kirkwood-openrd.c | |
parent | c6d5cca0a0e565101e3ef8d37270f5316d7c5638 (diff) |
ASoC: Change my mail address
Like other coworkers, I'm about leave Mandriva/Edge-It so I'm changing
my mail address to use my personal one.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Arnaud Patard <apatard@mandriva.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/kirkwood/kirkwood-openrd.c')
-rw-r--r-- | sound/soc/kirkwood/kirkwood-openrd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/kirkwood/kirkwood-openrd.c b/sound/soc/kirkwood/kirkwood-openrd.c index 2cf76dfd0355..9d7c81e921f1 100644 --- a/sound/soc/kirkwood/kirkwood-openrd.c +++ b/sound/soc/kirkwood/kirkwood-openrd.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * kirkwood-openrd.c | 2 | * kirkwood-openrd.c |
3 | * | 3 | * |
4 | * (c) 2010 Arnaud Patard <apatard@mandriva.com> | 4 | * (c) 2010 Arnaud Patard <apatard@mandriva.com> |
5 | * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> | ||
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify it | 7 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of the GNU General Public License as published by the | 8 | * under the terms of the GNU General Public License as published by the |
@@ -113,7 +114,7 @@ module_init(openrd_client_init); | |||
113 | module_exit(openrd_client_exit); | 114 | module_exit(openrd_client_exit); |
114 | 115 | ||
115 | /* Module information */ | 116 | /* Module information */ |
116 | MODULE_AUTHOR("Arnaud Patard <apatard@mandriva.com>"); | 117 | MODULE_AUTHOR("Arnaud Patard <arnaud.patard@rtp-net.org>"); |
117 | MODULE_DESCRIPTION("ALSA SoC OpenRD Client"); | 118 | MODULE_DESCRIPTION("ALSA SoC OpenRD Client"); |
118 | MODULE_LICENSE("GPL"); | 119 | MODULE_LICENSE("GPL"); |
119 | MODULE_ALIAS("platform:soc-audio"); | 120 | MODULE_ALIAS("platform:soc-audio"); |