Commit f8e9f340da753c021c071f318f97ac9046c1316a
Committed by
Jaroslav Kysela
1 parent
a43c4d4d73
Exists in
master
and in
7 other branches
[ALSA] hda-codec - Add model entry for HP nx6320
Added a model entry for HP nx6320 with AD1981HD codec. It wasn't covered by the generic HP entry because of a hardware bug (the SSID is reversed). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
sound/pci/hda/patch_analog.c
| ... | ... | @@ -1368,6 +1368,8 @@ |
| 1368 | 1368 | { .modelname = "hp", .config = AD1981_HP }, |
| 1369 | 1369 | /* All HP models */ |
| 1370 | 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 | 1373 | { .modelname = "thinkpad", .config = AD1981_THINKPAD }, |
| 1372 | 1374 | /* Lenovo Thinkpad T60/X60/Z6xx */ |
| 1373 | 1375 | { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD }, |