Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c68f15ba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: do not apply AVMUTE for non-CTA format"

parents 2859a4d7 0b85a93f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3211,8 +3211,7 @@ static int hdmi_tx_power_on(struct hdmi_tx_ctrl *hdmi_ctrl)

	hdmi_tx_core_on(hdmi_ctrl);

	if (hdmi_ctrl->panel.infoframe &&
	    !hdmi_tx_is_encryption_set(hdmi_ctrl) &&
	if (!hdmi_tx_is_encryption_set(hdmi_ctrl) &&
	    hdmi_tx_is_stream_shareable(hdmi_ctrl)) {
		hdmi_tx_config_avmute(hdmi_ctrl, false);
	}