aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2011-12-07 08:31:26 -0500
committerPeter Ujfalusi <peter.ujfalusi@ti.com>2012-01-26 08:38:44 -0500
commit8747a6b7d5685ebb64f1ec4d58d9b1969df3e34d (patch)
treec04b90c21f620f5bcdba3f912f0e0903e1520a71 /sound
parent5509f2f80c711add6bbcec9af7f4bbba2e2cc22b (diff)
ASoC: sdp4430: Correct author e-mail address
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/sdp4430.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index 175ba9a04ed..ceadb137bf4 100644
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * sdp4430.c -- SoC audio for TI OMAP4430 SDP 2 * sdp4430.c -- SoC audio for TI OMAP4430 SDP
3 * 3 *
4 * Author: Misael Lopez Cruz <x0052729@ti.com> 4 * Author: Misael Lopez Cruz <misael.lopez@ti.com>
5 * 5 *
6 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License 7 * modify it under the terms of the GNU General Public License
@@ -273,7 +273,7 @@ static void __exit sdp4430_soc_exit(void)
273} 273}
274module_exit(sdp4430_soc_exit); 274module_exit(sdp4430_soc_exit);
275 275
276MODULE_AUTHOR("Misael Lopez Cruz <x0052729@ti.com>"); 276MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
277MODULE_DESCRIPTION("ALSA SoC SDP4430"); 277MODULE_DESCRIPTION("ALSA SoC SDP4430");
278MODULE_LICENSE("GPL"); 278MODULE_LICENSE("GPL");
279 279