ASoC: OMAP4 ABE DAI - Add Makefile support

Signed-off-by: Liam Girdwood <lrg@ti.com>
diff --git a/sound/soc/omap/omap-abe.c b/sound/soc/omap/omap-abe.c
index 0c086d2..bee5704 100644
--- a/sound/soc/omap/omap-abe.c
+++ b/sound/soc/omap/omap-abe.c
@@ -3,7 +3,9 @@
  *
  * Copyright (C) 2010 Texas Instruments
  *
- * Contact: Liam Girdwood <lrg@slimlogic.co.uk>
+ * Contact: Liam Girdwood <lrg@ti.com>
+ *          Misael Lopez Cruz <misael.lopez@ti.com>
+ *          Sebastien Guiriec <s-guiriec@ti.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -1239,6 +1241,6 @@
 }
 module_exit(omap_abe_exit);
 
-MODULE_AUTHOR("Liam Girdwood <lrg@slimlogic.co.uk>");
+MODULE_AUTHOR("Liam Girdwood <lrg@ti.com>");
 MODULE_DESCRIPTION("OMAP ABE SoC Interface");
 MODULE_LICENSE("GPL");