diff options
Diffstat (limited to 'sound/soc/kirkwood/kirkwood-i2s.c')
-rw-r--r-- | sound/soc/kirkwood/kirkwood-i2s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/kirkwood/kirkwood-i2s.c b/sound/soc/kirkwood/kirkwood-i2s.c index 9b62cba4f590..a33fc51f363b 100644 --- a/sound/soc/kirkwood/kirkwood-i2s.c +++ b/sound/soc/kirkwood/kirkwood-i2s.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * kirkwood-i2s.c | 2 | * kirkwood-i2s.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 |
@@ -495,7 +496,7 @@ static void __exit kirkwood_i2s_exit(void) | |||
495 | module_exit(kirkwood_i2s_exit); | 496 | module_exit(kirkwood_i2s_exit); |
496 | 497 | ||
497 | /* Module information */ | 498 | /* Module information */ |
498 | MODULE_AUTHOR("Arnaud Patard, <apatard@mandriva.com>"); | 499 | MODULE_AUTHOR("Arnaud Patard, <arnaud.patard@rtp-net.org>"); |
499 | MODULE_DESCRIPTION("Kirkwood I2S SoC Interface"); | 500 | MODULE_DESCRIPTION("Kirkwood I2S SoC Interface"); |
500 | MODULE_LICENSE("GPL"); | 501 | MODULE_LICENSE("GPL"); |
501 | MODULE_ALIAS("platform:kirkwood-i2s"); | 502 | MODULE_ALIAS("platform:kirkwood-i2s"); |