]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbdeba794c2f1b067dc6f029bcf0fd12ff507afa7
tree21f7b5ee3baf0c609fd64b6a94974ce376681cee
parent49bb849e1d08a63430114f3be76da25ce1c3c502
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