Skip to content

Commit

Permalink
hdmi-cec: send active source after view-on
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoCash committed Dec 10, 2022
1 parent 2104eaa commit 3046ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/hdmi_cec.cpp
Expand Up @@ -216,6 +216,7 @@ void hdmi_cec::SetCECState(bool state)
SendViewOn();
active_source = true;
SendAnnounce();
SendActiveSource();
}
}

Expand Down

0 comments on commit 3046ee3

Please sign in to comment.