ALSA: hda - Yet another fix for broken HSW HDMI pin connections
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Feb 2013 22:10:04 +0000 (17:10 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 8 Feb 2013 11:23:48 +0000 (12:23 +0100)
commitc88d4e84e639df9a9640ecff71de2501a84d1f48
tree612e79c48144f0e985312f0fec170bd35f12f74d
parent1611a9c931e95fab871a33beba49cc9ea39bbba8
ALSA: hda - Yet another fix for broken HSW HDMI pin connections

A Haswell test machine showed that the invalid connection list, but
this time it has only a single pin on the codec, thus the former fixup
code doesn't work as it assumes the three pins blindly.

This patch splits the former fixup code to two parts:
- Enable eDP 1.2 for Haswell codec
- Fix the connection list of pins on Haswell codec;
  the converter list is recorded dynamically in hdmi_add_cvt(), and
  applied in hdmi_add_pin()

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