aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_hdmi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 030ca8652a1c..87ca984bbf8d 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1989,8 +1989,10 @@ static int patch_generic_hdmi(struct hda_codec *codec)
1989 return -EINVAL; 1989 return -EINVAL;
1990 } 1990 }
1991 codec->patch_ops = generic_hdmi_patch_ops; 1991 codec->patch_ops = generic_hdmi_patch_ops;
1992 if (codec->vendor_id == 0x80862807) 1992 if (codec->vendor_id == 0x80862807) {
1993 codec->patch_ops.set_power_state = haswell_set_power_state; 1993 codec->patch_ops.set_power_state = haswell_set_power_state;
1994 codec->dp_mst = true;
1995 }
1994 1996
1995 generic_hdmi_init_per_pins(codec); 1997 generic_hdmi_init_per_pins(codec);
1996 1998