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

Commit f69cd4b8 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: hdmi: update switch node on hpd off"

parents 90b93783 4d954733
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -981,6 +981,9 @@ static ssize_t hdmi_tx_sysfs_wta_hpd(struct device *dev,
			hdmi_tx_config_5v(hdmi_ctrl, false);
		} else {
			hdmi_tx_hpd_off(hdmi_ctrl);

			hdmi_ctrl->sdev.state = 0;
			hdmi_tx_set_audio_switch_node(hdmi_ctrl, 0);
		}

		break;