From 3c2ce15f918df8f0c619d46ecbadc49520279683 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 1 Jun 2006 21:08:53 +0200 Subject: [PATCH] --- yaml --- r: 28531 b: refs/heads/master c: f8e9f340da753c021c071f318f97ac9046c1316a h: refs/heads/master i: 28529: cc3a76078d9f58b49485060495c0e6f714b15a98 28527: ab671094aeb3f3805ddb0f06df0f57a79092dc4f v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_analog.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2d6f84c73a96..02de1e487bb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a43c4d4d7326c2894be9fd04519b109c438ee78b +refs/heads/master: f8e9f340da753c021c071f318f97ac9046c1316a diff --git a/trunk/sound/pci/hda/patch_analog.c b/trunk/sound/pci/hda/patch_analog.c index 3a9b800db834..e83c7b01cbb6 100644 --- a/trunk/sound/pci/hda/patch_analog.c +++ b/trunk/sound/pci/hda/patch_analog.c @@ -1368,6 +1368,8 @@ static struct hda_board_config ad1981_cfg_tbl[] = { { .modelname = "hp", .config = AD1981_HP }, /* All HP models */ { .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 }, /* Lenovo Thinkpad T60/X60/Z6xx */ { .pci_subvendor = 0x17aa, .config = AD1981_THINKPAD },