Subject: Date: Thu Nov 10 15:41:11 CST 2011 Signed-off-by: Wu Fengguang --- sound/pci/hda/hda_eld.c | 3 +++ 1 file changed, 3 insertions(+) --- linux.orig/sound/pci/hda/hda_eld.c 2011-11-10 15:39:43.000000000 +0800 +++ linux/sound/pci/hda/hda_eld.c 2011-11-10 15:52:09.000000000 +0800 @@ -23,6 +23,7 @@ #include #include +#include #include #include #include "hda_codec.h" @@ -326,6 +327,8 @@ int snd_hdmi_get_eld(struct hdmi_eld *el if (!eld->eld_valid) return -ENOENT; + msleep(1000); + size = snd_hdmi_get_eld_size(codec, nid); if (size == 0) { /* wfg: workaround for ASUS P5E-VM HDMI board */