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

Commit ed67f4c6 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: notify audio switch device only for CEA resolutions"

parents cfa2e00b d7dc8d01
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -522,7 +522,8 @@ static inline void hdmi_tx_set_audio_switch_node(
		return;
	}

	if (!hdmi_tx_is_dvi_mode(hdmi_ctrl)) {
	if (!hdmi_tx_is_dvi_mode(hdmi_ctrl) &&
	    hdmi_tx_is_cea_format(hdmi_ctrl->video_resolution)) {
		switch_set_state(&hdmi_ctrl->audio_sdev, val);

		DEV_INFO("%s: audio state %s %d\n", __func__,