mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
hdmi: set hdmi probe later than codec,
fix codec not close when system start with hdmi plug
This commit is contained in:
@@ -308,6 +308,5 @@ static void __exit rk610_hdmi_module_exit(void)
|
||||
i2c_del_driver(&rk610_hdmi_i2c_driver);
|
||||
}
|
||||
|
||||
module_init(rk610_hdmi_module_init);
|
||||
//module_init(rk610_hdmi_module_init);
|
||||
device_initcall_sync(rk610_hdmi_module_init);
|
||||
module_exit(rk610_hdmi_module_exit);
|
||||
|
||||
@@ -332,6 +332,6 @@ static void __exit cat66121_hdmi_exit(void)
|
||||
i2c_del_driver(&cat66121_hdmi_i2c_driver);
|
||||
}
|
||||
|
||||
module_init(cat66121_hdmi_init);
|
||||
//fs_initcall(cat66121_init);
|
||||
//module_init(cat66121_hdmi_init);
|
||||
device_initcall_sync(cat66121_hdmi_init);
|
||||
module_exit(cat66121_hdmi_exit);
|
||||
|
||||
@@ -295,5 +295,5 @@ static void __exit rk30_hdmi_exit(void)
|
||||
|
||||
|
||||
//fs_initcall(rk30_hdmi_init);
|
||||
module_init(rk30_hdmi_init);
|
||||
device_initcall_sync(rk30_hdmi_init);
|
||||
module_exit(rk30_hdmi_exit);
|
||||
|
||||
Reference in New Issue
Block a user