hdmi-cec: send active source after view-on

Origin commit data
------------------
Branch: ni/coolstream
Commit: 296f1b0de6
Author: TangoCash <eric@loxat.de>
Date: 2022-12-10 (Sat, 10 Dec 2022)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-12-10 16:38:21 +01:00
committed by vanhofen
parent 8530c80343
commit baee48cd5a

View File

@@ -216,6 +216,7 @@ void hdmi_cec::SetCECState(bool state)
SendViewOn();
active_source = true;
SendAnnounce();
SendActiveSource();
}
}