ALSA: hda - Haswell codec exposes device list/select info on pins
authorMengdong Lin <mengdong.lin@intel.com>
Tue, 27 Aug 2013 01:35:41 +0000 (21:35 -0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Aug 2013 10:15:22 +0000 (12:15 +0200)
This patch is only to allow codec proc file to expose devices list/select info
for Haswell codec pins.

Since Haswell Gfx driver cannot support DP1.2 MST now, so all pins' device list
is empty, meaning no pin is multi-streaming capaple.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c

index 030ca8652a1cb3b5b8f825d684b69ec1bb2daacc..87ca984bbf8dcd2f1650fec4f45740b748112494 100644 (file)
@@ -1989,8 +1989,10 @@ static int patch_generic_hdmi(struct hda_codec *codec)
                return -EINVAL;
        }
        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->dp_mst = true;
+       }
 
        generic_hdmi_init_per_pins(codec);