ALSA: hda: Match both PCI ID and SSID for driver blacklist
authorTakashi Iwai <tiwai@suse.de>
Fri, 24 Apr 2020 06:12:22 +0000 (08:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 Apr 2020 06:24:09 +0000 (08:24 +0200)
commit977dfef40c8996b69afe23a9094d184049efb7bb
tree6097fef9926abaa60522d41e2bb85a871da2508b
parent8d6762af302d69f76fa788a277a56a9d9cd275d5
ALSA: hda: Match both PCI ID and SSID for driver blacklist

The commit 3c6fd1f07ed0 ("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.

Since the empty codec problem appear on the certain AMD platform (PCI
ID 1022:1487), this patch changes the blacklist matching to both PCI
ID and SSID using pci_match_id().  Also, the entry that was removed by
the previous fix for ASUS ROG Zenigh II is re-added.

Link: https://lore.kernel.org/r/20200424061222.19792-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c