aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-02-22 18:45:34 +0100
committerTakashi Iwai <tiwai@suse.de>2010-02-22 18:45:34 +0100
commitad6cfc2ac71180171e090e69ae8762ac511884b1 (patch)
tree4394b2c7879410df276acd6a253365b0dfad9996 /sound
parentMerge remote branch 'alsa/fixes' into fix/misc (diff)
parentALSA: via82xx: add quirk for D1289 motherboard (diff)
downloadlinux-dev-ad6cfc2ac71180171e090e69ae8762ac511884b1.tar.xz
linux-dev-ad6cfc2ac71180171e090e69ae8762ac511884b1.zip
Merge remote branch 'alsa/fixes' into fix/misc
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/via82xx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 8a332d2f615c..03d6aea19749 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1791,6 +1791,12 @@ static struct ac97_quirk ac97_quirks[] = {
.type = AC97_TUNE_HP_ONLY
},
{
+ .subvendor = 0x110a,
+ .subdevice = 0x0079,
+ .name = "Fujitsu Siemens D1289",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
.subvendor = 0x1019,
.subdevice = 0x0a81,
.name = "ECS K7VTA3",