diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 7fbe71e69cfc..32401bd8c229 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1322,7 +1322,9 @@ enum { AD1981_BASIC, AD1981_HP }; | |||
1322 | static struct hda_board_config ad1981_cfg_tbl[] = { | 1322 | static struct hda_board_config ad1981_cfg_tbl[] = { |
1323 | { .modelname = "hp", .config = AD1981_HP }, | 1323 | { .modelname = "hp", .config = AD1981_HP }, |
1324 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30aa, | 1324 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30aa, |
1325 | .config = AD1981_HP }, | 1325 | .config = AD1981_HP }, /* HP nx6320 */ |
1326 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x309f, | ||
1327 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ | ||
1326 | { .modelname = "basic", .config = AD1981_BASIC }, | 1328 | { .modelname = "basic", .config = AD1981_BASIC }, |
1327 | {} | 1329 | {} |
1328 | }; | 1330 | }; |