From 5f978abf9220bffeba8e31404bb7530847bbb7c0 Mon Sep 17 00:00:00 2001 From: Kailang Yang Date: Tue, 5 Jun 2007 12:17:21 +0200 Subject: [PATCH] --- yaml --- r: 62055 b: refs/heads/master c: 7d87de2db2213e6e9413532445b14c92dae42c85 h: refs/heads/master i: 62053: 524fda5f1b034b6040ea5649b06977fae6257f8c 62051: 94ac8064f6eb28475e232b450f583a9ed69559b9 62047: a35d3bc8b35db2f024415bf64335d04116881a10 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7974e04d4d9e..8c068244a0c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 538c49c41bf5a0a739ad2a5417ec25e060ee9d9e +refs/heads/master: 7d87de2db2213e6e9413532445b14c92dae42c85 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 4776de93928b..c92c97c6cbe5 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -7592,8 +7592,12 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = { SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO), SND_PCI_QUIRK(0x103c, 0x12fe, "HP xw9400", ALC262_HP_BPC), SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC), + SND_PCI_QUIRK(0x103c, 0x12ff, "HP xw4550", ALC262_HP_BPC), + SND_PCI_QUIRK(0x103c, 0x1308, "HP xw4600", ALC262_HP_BPC), SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC), + SND_PCI_QUIRK(0x103c, 0x1307, "HP xw6600", ALC262_HP_BPC), SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC), + SND_PCI_QUIRK(0x103c, 0x1306, "HP xw8600", ALC262_HP_BPC), SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL), SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL),