]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 18 Oct 2019 08:26:01 +0000 (04:26 -0400)
commitec040ca805fdf6352b8c57fddf495a9590608d74
treeb16324ea62203dfdf98249946f06de9d4462df53
parented216b51fb56d07f8e9fe9caae0cc86a5f999af7
ALSA: hda - Drop unsol event handler for Intel HDMI codecs

BugLink: https://bugs.launchpad.net/bugs/1848046
[ Upstream commit f2dbe87c5ac1f88e6007ba1f1374f4bd8a197fb6 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
sound/pci/hda/patch_hdmi.c