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 /sound/soc/samsung/pcm.c | |
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>
Diffstat (limited to 'sound/soc/samsung/pcm.c')
-rw-r--r-- | sound/soc/samsung/pcm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |