]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Always turn on pins for HDMI/DP
authorTakashi Iwai <tiwai@suse.de>
Fri, 14 Dec 2012 09:22:35 +0000 (10:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:18:32 +0000 (09:18 -0800)
commit2626d16bbdedcd64c6af3c519aecd5a6f2356e58
tree7940a7a51e9a580b23c062c2fb7cff2212419340
parent13602ca9cbb1ef190bdda351ccbfc75d8c92fd74
ALSA: hda - Always turn on pins for HDMI/DP

commit 6169b673618bf0b2518ce413b54925782a603f06 upstream.

We've seen the broken HDMI *video* output on some machines with GM965,
and the debugging session pointed that the culprit is the disabled
audio output pins.  Toggling these pins dynamically on demand caused
flickering of HDMI TV.

This patch changes the behavior to keep the pin ON constantly.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=51421

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_hdmi.c