diff options
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 3a9b800db834..e83c7b01cbb6 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1368,6 +1368,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = { | |||
1368 | { .modelname = "hp", .config = AD1981_HP }, | 1368 | { .modelname = "hp", .config = AD1981_HP }, |
1369 | /* All HP models */ | 1369 | /* All HP models */ |
1370 | { .pci_subvendor = 0x103c, .config = AD1981_HP }, | 1370 | { .pci_subvendor = 0x103c, .config = AD1981_HP }, |
1371 | { .pci_subvendor = 0x30b0, .pci_subdevice = 0x103c, | ||
1372 | .config = AD1981_HP }, /* HP nx6320 (reversed SSID, H/W bug) */ | ||
1371 | { .modelname = "thinkpad", .config = AD1981_THINKPAD }, | 1373 | { .modelname = "thinkpad", .config = AD1981_THINKPAD }, |
1372 | /* Lenovo Thinkpad T60/X60/Z6xx */ | 1374 | /* Lenovo Thinkpad T60/X60/Z6xx */ |
1373 | { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, | 1375 | { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, |