summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/mxc_hdmi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/mxc_hdmi.c b/drivers/video/mxc_hdmi.c
index 469b1e8db487..2a1b3a11fb2b 100644
--- a/drivers/video/mxc_hdmi.c
+++ b/drivers/video/mxc_hdmi.c
@@ -2032,7 +2032,8 @@ static void hotplug_worker(struct work_struct *work)
#endif
hdmi_set_cable_state(1);
- switch_set_state(&hdmi->sdev_audio, 1);
+ if (!hdmi->hdmi_data.video_mode.mDVI)
+ switch_set_state(&hdmi->sdev_audio, 1);
switch_set_state(&hdmi->sdev_display, 1);
} else if (!(phy_int_pol & HDMI_PHY_HPD)) {