Skip to content

Commit

Permalink
[aocec] prevent unecessary node init's on Sony TVs
Browse files Browse the repository at this point in the history
  • Loading branch information
Radostan Riedel committed May 27, 2016
1 parent 85e494c commit 840c9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/amlogic/hdmi/hdmi_tx_20/hdmi_tx_main.c
Expand Up @@ -1551,7 +1551,9 @@ void hdmitx_hpd_plugin_handler(struct work_struct *work)
set_disp_mode_auto();
hdmitx_set_audio(hdev, &(hdev->cur_audio_param), hdmi_ch);
switch_set_state(&sdev, 1);
#ifndef CONFIG_AML_AO_CEC
cec_node_init(hdev);
#endif
hdev->hdmitx_event &= ~HDMI_TX_HPD_PLUGIN;
mutex_unlock(&setclk_mutex);
}
Expand Down

0 comments on commit 840c9be

Please sign in to comment.