Skip to content

Commit a8cf44f

Browse files
committed
ALSA: hda: Remove ASUS ROG Zenith from the blacklist
The commit 3c6fd1f ("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: 3c6fd1f ("ALSA: hda: Add driver blacklist") Reported-by: Johnathan Smithinovic <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 6779120 commit a8cf44f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,6 @@ static void pcm_mmap_prepare(struct snd_pcm_substream *substream,
20922092
* should be ignored from the beginning.
20932093
*/
20942094
static const struct snd_pci_quirk driver_blacklist[] = {
2095-
SND_PCI_QUIRK(0x1043, 0x874f, "ASUS ROG Zenith II / Strix", 0),
20962095
SND_PCI_QUIRK(0x1462, 0xcb59, "MSI TRX40 Creator", 0),
20972096
SND_PCI_QUIRK(0x1462, 0xcb60, "MSI TRX40", 0),
20982097
{}

0 commit comments

Comments
 (0)