]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Remove ASUS ROG Zenith from the blacklist
authorTakashi Iwai <tiwai@suse.de>
Sun, 19 Apr 2020 07:19:26 +0000 (09:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 19 Apr 2020 21:20:11 +0000 (23:20 +0200)
commit33257226abb60476814e1b4ed9c9c3f9fee3395f
tree994ad8df606fd199cd067a588f2e2d4cd6e08c9c
parent5da4a3718ed2e9c91c468063194262e57529c3a7
ALSA: hda: Remove ASUS ROG Zenith from the blacklist

The commit 84f3d2df1872 ("ALSA: hda: Add driver blacklist") added a
new blacklist for the devices that are known to have empty codecs, and
one of the entries was ASUS ROG Zenith II (PCI SSID 1043:874f).
However, it turned out that the very same PCI SSID is used for the
previous model that does have the valid HD-audio codecs and the change
broke the sound on it.

This patch reverts the corresponding entry as a temporary solution.
Although Zenith II and co will see get the empty HD-audio bus again,
it'd be merely resource wastes and won't affect the functionality,
so it's no end of the world.  We'll need to address this later,
e.g. by either switching to DMI string matching or using PCI ID &
SSID pairs.

Fixes: 84f3d2df1872 ("ALSA: hda: Add driver blacklist")
Reported-by: Johnathan Smithinovic <johnathan.smithinovic@gmx.at>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200419071926.22683-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c