]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - hdmi: ELD shouldn't be valid after unplug
authorDavid Henningsson <david.henningsson@canonical.com>
Tue, 19 Feb 2013 15:11:22 +0000 (16:11 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Mar 2013 03:24:05 +0000 (03:24 +0000)
commit bbfd8a19b6913f50a362457c34d49bfafe5e456e upstream.

Currently, eld_valid is never set to false, except at kernel module
load time. This patch makes sure that eld is no longer valid when
the cable is (hot-)unplugged.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/pci/hda/patch_hdmi.c

index 98e9baf3a975259927c60605060ef0a9b6daf1ee..3c8bc6eabda9c0cf1060441d1085679f97d305fd 100644 (file)
@@ -987,6 +987,7 @@ static void hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll)
                "HDMI status: Codec=%d Pin=%d Presence_Detect=%d ELD_Valid=%d\n",
                codec->addr, pin_nid, eld->monitor_present, eld_valid);
 
+       eld->eld_valid = false;
        if (eld_valid) {
                if (!snd_hdmi_get_eld(eld, codec, pin_nid))
                        snd_hdmi_show_eld(eld);