[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>
This commit is contained in:
parent
a43c4d4d73
commit
f8e9f340da
@ -1368,6 +1368,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = {
|
|||||||
{ .modelname = "hp", .config = AD1981_HP },
|
{ .modelname = "hp", .config = AD1981_HP },
|
||||||
/* All HP models */
|
/* All HP models */
|
||||||
{ .pci_subvendor = 0x103c, .config = AD1981_HP },
|
{ .pci_subvendor = 0x103c, .config = AD1981_HP },
|
||||||
|
{ .pci_subvendor = 0x30b0, .pci_subdevice = 0x103c,
|
||||||
|
.config = AD1981_HP }, /* HP nx6320 (reversed SSID, H/W bug) */
|
||||||
{ .modelname = "thinkpad", .config = AD1981_THINKPAD },
|
{ .modelname = "thinkpad", .config = AD1981_THINKPAD },
|
||||||
/* Lenovo Thinkpad T60/X60/Z6xx */
|
/* Lenovo Thinkpad T60/X60/Z6xx */
|
||||||
{ .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },
|
{ .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },
|
||||||
|
Loading…
Reference in New Issue
Block a user