mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
rk610 hdmi: set hdmi probe later than codec,
fix codec not close when system start with hdmi plug
This commit is contained in:
@@ -277,6 +277,6 @@ static void __exit rk610_hdmi_exit(void)
|
||||
i2c_del_driver(&rk610_hdmi_i2c_driver);
|
||||
}
|
||||
|
||||
module_init(rk610_hdmi_init);
|
||||
//fs_initcall(rk610_init);
|
||||
//module_init(rk610_hdmi_init);
|
||||
device_initcall_sync(rk610_init);
|
||||
module_exit(rk610_hdmi_exit);
|
||||
|
||||
Reference in New Issue
Block a user