[patch] snd-intel8x0: ac97 quirk entries for HP xw6200 & xw8000

From: John W. Linville
Date: Wed Jan 05 2005 - 11:30:21 EST


Add AC97 quick list entries to snd-intel8x0 for HP xw6200 and xw8000.

Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx>
---

sound/pci/intel8x0.c | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletion(-)

--- ac97_quirk/sound/pci/intel8x0.c.orig 2005-01-04 16:42:48.978078335 -0500
+++ ac97_quirk/sound/pci/intel8x0.c 2005-01-04 16:46:40.698137218 -0500
@@ -1756,7 +1756,13 @@
{ /* FIXME: which codec? */
.vendor = 0x103c,
.device = 0x00c3,
- .name = "Hewlett-Packard onboard",
+ .name = "HP xw6000",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .vendor = 0x103c,
+ .device = 0x129d,
+ .name = "HP xw8000",
.type = AC97_TUNE_HP_ONLY
},
{
@@ -1767,6 +1773,12 @@
},
{
.vendor = 0x103c,
+ .device = 0x12f2,
+ .name = "HP xw6200",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .vendor = 0x103c,
.device = 0x3008,
.name = "HP xw4200", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/