From: Takashi Iwai Date: Thu, 21 Jun 2012 08:43:15 +0000 (+0200) Subject: ALSA: hda - Don't rely on event tag for simple_hdmi X-Git-Tag: v3.6-rc1~117^2~7^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd8cf125d27742a25219bfdf82026e7efed27d9;p=pandora-kernel.git ALSA: hda - Don't rely on event tag for simple_hdmi VIA codecs seem not returning the event tag in the unsolicited events, thus the current code relying on the tag value doesn't work. Since simple_hdmi stuff has only a single pin, we can use simply snd_hda_jack_set_dirty_all() to activate the pin-detection independently from the tag value. Tested-by: Annie Liu Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed