From: Takashi Iwai Date: Wed, 28 Jul 2010 12:21:55 +0000 (+0200) Subject: ALSA: hda - Fix pin-detection of Nvidia HDMI X-Git-Tag: v2.6.35~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38faddb1afdd37218c196ac3db1cb5fbe7fc9c75;p=pandora-kernel.git ALSA: hda - Fix pin-detection of Nvidia HDMI The behavior of Nvidia HDMI codec regarding the pin-detection unsol events is based on the old HD-audio spec, i.e. PD bit indicates only the update and doesn't show the current state. Since the current code assumes the new behavior, the pin-detection doesn't work relialby with these h/w. This patch adds a flag for indicating the old spec, and fixes the issue by checking the pin-detection explicitly for such hardware. Tested-by: Wei Ni Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed