From: Takashi Iwai Date: Thu, 7 Nov 2013 12:38:23 +0000 (+0100) Subject: ALSA: hda - Delay HDMI presence reports while waiting for ELD information X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe4710860fa6ed10dd041f13902f0e06c86e8cc;p=pandora-kernel.git ALSA: hda - Delay HDMI presence reports while waiting for ELD information There is a small gap between the jack detection unsolicited event and the time the ELD is updated. When user-space queries the HDMI ELD immediately after receiving the notification, it might fail because of this gap. For avoiding such a problem, this patch tries to delay the HDMI jack detect notification until ELD information is fully updated. The workaround is imperfect, but good enough as a starting point. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed