Commit 06bf2f49 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Fix model for Lenovo A60 desktop



Add a proper model entry (3stack) for Lenovo A60 desktop with
AD1986a codec to fix noise problems.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent f1a63a38
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -800,6 +800,8 @@ static struct hda_board_config ad1986a_cfg_tbl[] = {
	  .config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
	{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81cb,
	  .config = AD1986A_3STACK }, /* ASUS M2NPV-VM */
	{ .pci_subvendor = 0x17aa, .pci_subdevice = 0x1017,
	  .config = AD1986A_3STACK }, /* Lenovo A60 desktop */
	{ .modelname = "laptop",	.config = AD1986A_LAPTOP },
	{ .pci_subvendor = 0x144d, .pci_subdevice = 0xc01e,
	  .config = AD1986A_LAPTOP }, /* FSC V2060 */