|
@@ -2330,9 +2330,8 @@ static int patch_generic_hdmi(struct hda_codec *codec)
|
|
intel_haswell_fixup_enable_dp12(codec);
|
|
intel_haswell_fixup_enable_dp12(codec);
|
|
}
|
|
}
|
|
|
|
|
|
- if (is_haswell(codec) || is_valleyview(codec)) {
|
|
|
|
|
|
+ if (is_haswell_plus(codec) || is_valleyview(codec))
|
|
codec->depop_delay = 0;
|
|
codec->depop_delay = 0;
|
|
- }
|
|
|
|
|
|
|
|
if (hdmi_parse_codec(codec) < 0) {
|
|
if (hdmi_parse_codec(codec) < 0) {
|
|
codec->spec = NULL;
|
|
codec->spec = NULL;
|