summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-21 08:44:37 -0500
committerJason Liu <r64343@freescale.com>2012-01-09 21:02:16 +0800
commitb9dc21ddd22cb88f7009e5facc4198ae6fb329e1 (patch)
treef43baa60d8dc553d5002c38bdd54fc7880f836bf /sound
parent750a83187331fe587d71261355246efc39197ae9 (diff)
ENGR00160611 Update ALSA driver to initialize sooner
All ALSA sound-cards are not registered, hence change the init to regular module_init. Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-sgtl5000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-sgtl5000.c b/sound/soc/imx/imx-sgtl5000.c
index 3fd0aa211aef..b59abf20d085 100644
--- a/sound/soc/imx/imx-sgtl5000.c
+++ b/sound/soc/imx/imx-sgtl5000.c
@@ -390,7 +390,7 @@ static void __exit imx_sgtl5000_exit(void)
platform_device_unregister(imx_sgtl5000_snd_device);
}
-late_initcall(imx_sgtl5000_init);
+module_init(imx_sgtl5000_init);
module_exit(imx_sgtl5000_exit);
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");