ALSA: hda - Skip ELD notification during PM process
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Nov 2015 13:53:35 +0000 (14:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 3 Dec 2015 16:36:10 +0000 (17:36 +0100)
commiteb399d3c99d8b411bfc46e67ea329ddc1ca64e87
tree38f4bc3db48d6777324ff5f824776f6b1eed7c22
parenta72f65954926fbcbf6abe3054f6694915c809eb3
ALSA: hda - Skip ELD notification during PM process

The ELD notification can be received asynchronously from the graphics
side, and this may happen just at the moment the sound driver is
processing the suspend or the resume, and it would confuse the whole
procedure.  Since the ELD and connection states are updated in anyway
at the end of the resume, we can skip it when received during PM
process.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c