diff options
-rw-r--r-- | sound/pci/hda/patch_analog.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index bcfca159c6a2..fedac28c7293 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1330,12 +1330,8 @@ enum { AD1981_BASIC, AD1981_HP }; | |||
1330 | 1330 | ||
1331 | static struct hda_board_config ad1981_cfg_tbl[] = { | 1331 | static struct hda_board_config ad1981_cfg_tbl[] = { |
1332 | { .modelname = "hp", .config = AD1981_HP }, | 1332 | { .modelname = "hp", .config = AD1981_HP }, |
1333 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30aa, | 1333 | /* All HP models */ |
1334 | .config = AD1981_HP }, /* HP nx6320 */ | 1334 | { .pci_subvendor = 0x103c, .config = AD1981_HP }, |
1335 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x309f, | ||
1336 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ | ||
1337 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30a2, | ||
1338 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ | ||
1339 | { .modelname = "basic", .config = AD1981_BASIC }, | 1335 | { .modelname = "basic", .config = AD1981_BASIC }, |
1340 | {} | 1336 | {} |
1341 | }; | 1337 | }; |