From: Takashi Iwai Date: Thu, 6 Apr 2006 17:58:43 +0000 (+0200) Subject: [ALSA] hda-codec - Add another HP laptop with AD1981HD X-Git-Tag: v2.6.17-rc2~94 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f556e6f6ef55d343727372e4ab35adb716c2bb4e;p=~emulex%2Finfiniband.git [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 --- diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 2bfe37e8543..1f727fa0498 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[] = { .config = AD1981_HP }, /* HP nx6320 */ { .pci_subvendor = 0x103c, .pci_subdevice = 0x309f, .config = AD1981_HP }, /* HP nx9420 AngelFire */ + { .pci_subvendor = 0x103c, .pci_subdevice = 0x30a2, + .config = AD1981_HP }, /* HP nx9420 AngelFire */ { .modelname = "basic", .config = AD1981_BASIC }, {} };