mirror of
https://github.com/marqs85/ossc
synced 2025-10-29 15:06:02 +03:00
init the IT6613 only once if HDMI is initiated
This commit is contained in:
parent
de0f98ea32
commit
7b6c67cc4d
@ -1262,7 +1262,8 @@ int init_hw()
|
||||
|
||||
// init always is HDMI mode (fixes yellow screen bug)
|
||||
TX_enable(TX_HDMI);
|
||||
TX_enable(cm.cc.tx_mode);
|
||||
if (cm.cc.tx_mode)
|
||||
TX_enable(cm.cc.tx_mode);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user