]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 14:59:02 +0000 (06:59 -0800)
commit652328944e2514cd8306a71a2bbac4896efa49ed
tree88ee6a2560f28136cf90659bcd6584d660cc40ad
parent7e8b41d605b06c68a7df890e34cb560d837e87ac
ALSA: hda - hdmi: ELD shouldn't be valid after unplug

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_hdmi.c