ALSA: hda - Fix missing ELD update at unplugging
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Mar 2016 15:07:30 +0000 (16:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Mar 2016 15:25:07 +0000 (16:25 +0100)
commitc64c1437afb14ebc900e40910f31ffb20bf652ad
treeb5b7158997bb678910a52fa6d84d49adffba2f15
parent0ef21100ae912f76ed89f76ecd894f4ffb3689c1
ALSA: hda - Fix missing ELD update at unplugging

i915 get_eld ops may return an error when no encoder is connected, and
currently we regard the error as fatal and skip the whole ELD
handling.  This ended up with the missing ELD update at unplugging.

This patch fixes the issue by treating the error as the unplugged
state, instead of skipping the rest.

Reported-by: Libin Yang <libin.yang@linux.intel.com>
Cc: <stable@vger.kernel.org> # v4.5
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c