diff options
Diffstat (limited to 'sound/soc/samsung/smdk_wm9713.c')
-rw-r--r-- | sound/soc/samsung/smdk_wm9713.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/samsung/smdk_wm9713.c b/sound/soc/samsung/smdk_wm9713.c index 8e26a730fcdc..55b2ca7f3290 100644 --- a/sound/soc/samsung/smdk_wm9713.c +++ b/sound/soc/samsung/smdk_wm9713.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * smdk_wm9713.c -- SoC audio for SMDK | 2 | * smdk_wm9713.c -- SoC audio for SMDK |
3 | * | 3 | * |
4 | * Copyright 2010 Samsung Electronics Co. Ltd. | 4 | * Copyright 2010 Samsung Electronics Co. Ltd. |
5 | * Author: Jaswinder Singh Brar <jassi.brar@samsung.com> | 5 | * Author: Jaswinder Singh Brar <jassisinghbrar@gmail.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
8 | * modify it under the terms of the GNU General Public License as | 8 | * modify it under the terms of the GNU General Public License as |
@@ -103,6 +103,6 @@ module_init(smdk_init); | |||
103 | module_exit(smdk_exit); | 103 | module_exit(smdk_exit); |
104 | 104 | ||
105 | /* Module information */ | 105 | /* Module information */ |
106 | MODULE_AUTHOR("Jaswinder Singh Brar, jassi.brar@samsung.com"); | 106 | MODULE_AUTHOR("Jaswinder Singh Brar, jassisinghbrar@gmail.com"); |
107 | MODULE_DESCRIPTION("ALSA SoC SMDK+WM9713"); | 107 | MODULE_DESCRIPTION("ALSA SoC SMDK+WM9713"); |
108 | MODULE_LICENSE("GPL"); | 108 | MODULE_LICENSE("GPL"); |