aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r--sound/pci/hda/patch_hdmi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 36badba2dcec..5e229f7eaf24 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *codec)
2330 intel_haswell_fixup_enable_dp12(codec); 2330 intel_haswell_fixup_enable_dp12(codec);
2331 } 2331 }
2332 2332
2333 if (is_haswell(codec) || is_valleyview(codec)) { 2333 if (is_haswell_plus(codec) || is_valleyview(codec))
2334 codec->depop_delay = 0; 2334 codec->depop_delay = 0;
2335 }
2336 2335
2337 if (hdmi_parse_codec(codec) < 0) { 2336 if (hdmi_parse_codec(codec) < 0) {
2338 codec->spec = NULL; 2337 codec->spec = NULL;