aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2010-02-22 10:33:13 +0100
committerJaroslav Kysela <perex@perex.cz>2010-02-22 11:15:11 +0100
commitbf30a4309d4294d3eca248ea8a20c1c3570f5e74 (patch)
tree3aa3b6639633678706039847efa50e8bb8b4a9f8 /sound/pci/via82xx.c
parentALSA: pcm core - fix fifo_size channels interval check (diff)
downloadlinux-dev-bf30a4309d4294d3eca248ea8a20c1c3570f5e74.tar.xz
linux-dev-bf30a4309d4294d3eca248ea8a20c1c3570f5e74.zip
ALSA: via82xx: add quirk for D1289 motherboard
Add a headphones-only quirk for the Fujitsu Siemens D1289. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Reported-and-tested-by: Marc Haber <mh+alsa201002@zugschlus.de> Cc: <stable@kernel.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to '')
-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",