From: "John W. Linville" <linville@tuxdriver.com>

Some additions to the AC97 quirk list for the snd-intel8x0 driver.

"It works for me!" -- pretty simple patch...

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/sound/pci/intel8x0.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+)

diff -puN sound/pci/intel8x0.c~add-to-snd-intel8x0-ac97-quirk-list sound/pci/intel8x0.c
--- 25/sound/pci/intel8x0.c~add-to-snd-intel8x0-ac97-quirk-list	Tue Aug 17 14:48:12 2004
+++ 25-akpm/sound/pci/intel8x0.c	Tue Aug 17 14:48:12 2004
@@ -1838,6 +1838,24 @@ static struct ac97_quirk ac97_quirks[] _
 		.type = AC97_TUNE_HP_ONLY
 	},
 #endif
+	{
+		.vendor = 0x1028,
+		.device = 0x012d,
+		.name = "Dell Precision 450",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
+	{
+		.vendor = 0x103c,
+		.device = 0x3008,
+		.name = "HP xw4200",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
+	{
+		.vendor = 0x103c,
+		.device = 0x12f1,
+		.name = "HP xw8200",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
 	{ } /* terminator */
 };
 
_