aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2004-12-26 06:20:06 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-26 06:20:06 -0800
commit8123759620edf3dd0d8255ba3b4577f7c0685f33 (patch)
treec392b247753453654e1e4866af05e693ab2a6871 /sound
parent19ea7178827a8847ee86c20dd81fbb1c3268f6ea (diff)
downloadhistory-8123759620edf3dd0d8255ba3b4577f7c0685f33.tar.gz
[PATCH] i810 more AC97 tunings
Add some more funky AC97 knowledge to the intel8x0 driver. These come from Red Hat and its partners and are included in our shipping code. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/intel8x0.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index 32b733520fbab7..6ad577f5190079 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1880,6 +1880,24 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.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 */
};