* [patch] 2.6 -- add to snd-intel8x0 AC97 quirk list
@ 2004-08-16 17:19 John W. Linville
2004-08-17 17:12 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2004-08-16 17:19 UTC (permalink / raw)
To: linux-kernel; +Cc: alsa-devel, perex
Some additions to the AC97 quirk list for the snd-intel8x0 driver.
"It works for me!" -- pretty simple patch...
John
diff -urNp linux-2.6.8.orig/sound/pci/intel8x0.c linux-2.6.8/sound/pci/intel8x0.c
--- linux-2.6.8.orig/sound/pci/intel8x0.c 2004-08-14 01:37:15.000000000 -0400
+++ linux-2.6.8/sound/pci/intel8x0.c 2004-08-16 10:45:22.018793582 -0400
@@ -1823,6 +1823,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 */
};
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-17 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-16 17:19 [patch] 2.6 -- add to snd-intel8x0 AC97 quirk list John W. Linville
2004-08-17 17:12 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox