|
@@ -1989,8 +1989,10 @@ static int patch_generic_hdmi(struct hda_codec *codec)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
codec->patch_ops = generic_hdmi_patch_ops;
|
|
codec->patch_ops = generic_hdmi_patch_ops;
|
|
- if (codec->vendor_id == 0x80862807)
|
|
|
|
|
|
+ if (codec->vendor_id == 0x80862807) {
|
|
codec->patch_ops.set_power_state = haswell_set_power_state;
|
|
codec->patch_ops.set_power_state = haswell_set_power_state;
|
|
|
|
+ codec->dp_mst = true;
|
|
|
|
+ }
|
|
|
|
|
|
generic_hdmi_init_per_pins(codec);
|
|
generic_hdmi_init_per_pins(codec);
|
|
|
|
|