diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-04-06 13:58:43 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-04-12 05:34:06 -0400 |
commit | f556e6f6ef55d343727372e4ab35adb716c2bb4e (patch) | |
tree | 14ecfb9736f8353429eb4082ecde64cec7e30d1a /sound | |
parent | 1576274d30286dd048967176dc8e75e192051ff5 (diff) |
[ALSA] hda-codec - Add another HP laptop with AD1981HD
Modules: HDA Codec driver
Added the SSID of another HP laptop for the model 'hp' with AD1981HD.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 2bfe37e8543c..1f727fa04987 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1330,6 +1330,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = { | |||
1330 | .config = AD1981_HP }, /* HP nx6320 */ | 1330 | .config = AD1981_HP }, /* HP nx6320 */ |
1331 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x309f, | 1331 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x309f, |
1332 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ | 1332 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ |
1333 | { .pci_subvendor = 0x103c, .pci_subdevice = 0x30a2, | ||
1334 | .config = AD1981_HP }, /* HP nx9420 AngelFire */ | ||
1333 | { .modelname = "basic", .config = AD1981_BASIC }, | 1335 | { .modelname = "basic", .config = AD1981_BASIC }, |
1334 | {} | 1336 | {} |
1335 | }; | 1337 | }; |