diff options
author | Jaswinder Singh <jaswinder.singh@linaro.org> | 2012-02-25 05:54:36 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-29 18:37:57 -0500 |
commit | df8ad33558eb74e1a5d37b0313d7230d4ccde631 (patch) | |
tree | 286d10a894ffc6548c8749e7b6afc51d7bbb63e0 | |
parent | c90887fe982e46d1b23e151636616d4e4a0077a4 (diff) |
ASoC: Samsung: Update email id of the author
I moved on from a great employer and the email-id no longer exists.
Update email-id to a personal one, assuming I don't move on from
myself anytime soon. And when I do, people don't get the eulogies
bounced.
Signed-off-by: Jaswinder Singh <jassisinghbrar@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/samsung/ac97.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/i2s.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/i2s.h | 2 | ||||
-rw-r--r-- | sound/soc/samsung/pcm.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/smdk_wm8580.c | 4 | ||||
-rw-r--r-- | sound/soc/samsung/smdk_wm9713.c | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/sound/soc/samsung/ac97.c b/sound/soc/samsung/ac97.c index 7b9bf93e3701..3d04c1fa6781 100644 --- a/sound/soc/samsung/ac97.c +++ b/sound/soc/samsung/ac97.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Evolved from s3c2443-ac97.c | 4 | * Evolved from s3c2443-ac97.c |
5 | * | 5 | * |
6 | * Copyright (c) 2010 Samsung Electronics Co. Ltd | 6 | * Copyright (c) 2010 Samsung Electronics Co. Ltd |
7 | * Author: Jaswinder Singh <jassi.brar@samsung.com> | 7 | * Author: Jaswinder Singh <jassisinghbrar@gmail.com> |
8 | * Credits: Graeme Gregory, Sean Choi | 8 | * Credits: Graeme Gregory, Sean Choi |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
@@ -511,7 +511,7 @@ static struct platform_driver s3c_ac97_driver = { | |||
511 | 511 | ||
512 | module_platform_driver(s3c_ac97_driver); | 512 | module_platform_driver(s3c_ac97_driver); |
513 | 513 | ||
514 | MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); | 514 | MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>"); |
515 | MODULE_DESCRIPTION("AC97 driver for the Samsung SoC"); | 515 | MODULE_DESCRIPTION("AC97 driver for the Samsung SoC"); |
516 | MODULE_LICENSE("GPL"); | 516 | MODULE_LICENSE("GPL"); |
517 | MODULE_ALIAS("platform:samsung-ac97"); | 517 | MODULE_ALIAS("platform:samsung-ac97"); |
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index ea5ccaec83fc..6553b19c70c7 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * ALSA SoC Audio Layer - Samsung I2S Controller driver | 3 | * ALSA SoC Audio Layer - Samsung I2S Controller driver |
4 | * | 4 | * |
5 | * Copyright (c) 2010 Samsung Electronics Co. Ltd. | 5 | * Copyright (c) 2010 Samsung Electronics Co. Ltd. |
6 | * Jaswinder Singh <jassi.brar@samsung.com> | 6 | * Jaswinder Singh <jassisinghbrar@gmail.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
@@ -1141,7 +1141,7 @@ static struct platform_driver samsung_i2s_driver = { | |||
1141 | module_platform_driver(samsung_i2s_driver); | 1141 | module_platform_driver(samsung_i2s_driver); |
1142 | 1142 | ||
1143 | /* Module information */ | 1143 | /* Module information */ |
1144 | MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); | 1144 | MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>"); |
1145 | MODULE_DESCRIPTION("Samsung I2S Interface"); | 1145 | MODULE_DESCRIPTION("Samsung I2S Interface"); |
1146 | MODULE_ALIAS("platform:samsung-i2s"); | 1146 | MODULE_ALIAS("platform:samsung-i2s"); |
1147 | MODULE_LICENSE("GPL"); | 1147 | MODULE_LICENSE("GPL"); |
diff --git a/sound/soc/samsung/i2s.h b/sound/soc/samsung/i2s.h index 8e15f6a616d1..d420a7ca56ca 100644 --- a/sound/soc/samsung/i2s.h +++ b/sound/soc/samsung/i2s.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * ALSA SoC Audio Layer - Samsung I2S Controller driver | 3 | * ALSA SoC Audio Layer - Samsung I2S Controller driver |
4 | * | 4 | * |
5 | * Copyright (c) 2010 Samsung Electronics Co. Ltd. | 5 | * Copyright (c) 2010 Samsung Electronics Co. Ltd. |
6 | * Jaswinder Singh <jassi.brar@samsung.com> | 6 | * Jaswinder Singh <jassisinghbrar@gmail.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c index 56780206c000..b7b2a1f91425 100644 --- a/sound/soc/samsung/pcm.c +++ b/sound/soc/samsung/pcm.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * ALSA SoC Audio Layer - S3C PCM-Controller driver | 3 | * ALSA SoC Audio Layer - S3C PCM-Controller driver |
4 | * | 4 | * |
5 | * Copyright (c) 2009 Samsung Electronics Co. Ltd | 5 | * Copyright (c) 2009 Samsung Electronics Co. Ltd |
6 | * Author: Jaswinder Singh <jassi.brar@samsung.com> | 6 | * Author: Jaswinder Singh <jassisinghbrar@gmail.com> |
7 | * based upon I2S drivers by Ben Dooks. | 7 | * based upon I2S drivers by Ben Dooks. |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
@@ -639,7 +639,7 @@ static struct platform_driver s3c_pcm_driver = { | |||
639 | module_platform_driver(s3c_pcm_driver); | 639 | module_platform_driver(s3c_pcm_driver); |
640 | 640 | ||
641 | /* Module information */ | 641 | /* Module information */ |
642 | MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>"); | 642 | MODULE_AUTHOR("Jaswinder Singh, <jassisinghbrar@gmail.com>"); |
643 | MODULE_DESCRIPTION("S3C PCM Controller Driver"); | 643 | MODULE_DESCRIPTION("S3C PCM Controller Driver"); |
644 | MODULE_LICENSE("GPL"); | 644 | MODULE_LICENSE("GPL"); |
645 | MODULE_ALIAS("platform:samsung-pcm"); | 645 | MODULE_ALIAS("platform:samsung-pcm"); |
diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c index bff8758e7f20..ade2809cf393 100644 --- a/sound/soc/samsung/smdk_wm8580.c +++ b/sound/soc/samsung/smdk_wm8580.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * smdk_wm8580.c | 2 | * smdk_wm8580.c |
3 | * | 3 | * |
4 | * Copyright (c) 2009 Samsung Electronics Co. Ltd | 4 | * Copyright (c) 2009 Samsung Electronics Co. Ltd |
5 | * Author: Jaswinder Singh <jassi.brar@samsung.com> | 5 | * Author: Jaswinder Singh <jassisinghbrar@gmail.com> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
@@ -253,6 +253,6 @@ static void __exit smdk_audio_exit(void) | |||
253 | } | 253 | } |
254 | module_exit(smdk_audio_exit); | 254 | module_exit(smdk_audio_exit); |
255 | 255 | ||
256 | MODULE_AUTHOR("Jaswinder Singh, jassi.brar@samsung.com"); | 256 | MODULE_AUTHOR("Jaswinder Singh, jassisinghbrar@gmail.com"); |
257 | MODULE_DESCRIPTION("ALSA SoC SMDK WM8580"); | 257 | MODULE_DESCRIPTION("ALSA SoC SMDK WM8580"); |
258 | MODULE_LICENSE("GPL"); | 258 | MODULE_LICENSE("GPL"); |
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"); |