fix hdmi-cec going to deep-standby

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ba7dbfb68
Author: TangoCash <eric@loxat.de>
Date: 2022-11-21 (Mon, 21 Nov 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-11-21 19:26:38 +01:00
committed by vanhofen
parent 4bb7ecec9e
commit 0833e3964a

View File

@@ -4882,6 +4882,10 @@ void CNeutrinoApp::ExitRun(int exit_code)
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
cGLCD::SetBrightness(0);
#endif
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
if (exit_code == CNeutrinoApp::EXIT_SHUTDOWN)
g_hdmicec->SetCECState(true);
#endif
Cleanup();