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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 4098196b2300..1bd637b1dd0f 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -2247,6 +2247,10 @@ static int patch_generic_hdmi(struct hda_codec *codec)
2247 intel_haswell_fixup_enable_dp12(codec); 2247 intel_haswell_fixup_enable_dp12(codec);
2248 } 2248 }
2249 2249
2250 if (is_haswell(codec) || is_valleyview(codec)) {
2251 codec->depop_delay = 0;
2252 }
2253
2250 if (hdmi_parse_codec(codec) < 0) { 2254 if (hdmi_parse_codec(codec) < 0) {
2251 codec->spec = NULL; 2255 codec->spec = NULL;
2252 kfree(spec); 2256 kfree(spec);