ALSA: hda - Drop unsol event handler for Intel HDMI codecs
authorTakashi Iwai <tiwai@suse.de>
Tue, 13 Aug 2019 15:11:28 +0000 (17:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Aug 2019 16:25:16 +0000 (18:25 +0200)
commitf2dbe87c5ac1f88e6007ba1f1374f4bd8a197fb6
tree21f7b5ee3baf0c609fd64b6a94974ce376681cee
parentd7da429339f503854b777ed941456841a72b48b6
ALSA: hda - Drop unsol event handler for Intel HDMI codecs

We don't need to deal with the unsol events for Intel chips that are
tied with the graphics via audio component notifier.  Although the
presence of the audio component is checked at the beginning of
hdmi_unsol_event(), better to short cut by dropping unsol_event ops.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204565
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c