ALSA: hda - Another fixup for ASUS laptop with ALC660 codec
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 14:27:19 +0000 (15:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 14:27:19 +0000 (15:27 +0100)
ASUS Z35HL laptop also needs the very same fix as the previous one
that was applied to ASUS W7J.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66231
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index a98f3296b89190d257fd4a1555cc464b8ae4e501..9ca83001fc37b1a5bae2830bb4c46e8ac8741926 100644 (file)
@@ -4559,6 +4559,7 @@ static const struct hda_fixup alc861_fixups[] = {
 
 static const struct snd_pci_quirk alc861_fixup_tbl[] = {
        SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J),
+       SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J),
        SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP),
        SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F),
        SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT),