From 0650108cf78d1fe927850d9aaf5012c2bc984166 Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Fri, 21 Oct 2011 08:44:37 -0500 Subject: [PATCH] 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 --- sound/soc/imx/imx-sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "); -- 2.39.5