aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-11-18 07:44:13 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:29:04 +0100
commit2eb061f41cf74f829bfe90a9c79c765172be9f0b (patch)
tree41d6aa7f968e0a49f93a673cf2600fd85e457894 /sound
parenta9824c868a2c7e310e6263ea4bc9f35cbbec8227 (diff)
downloadlinux-2eb061f41cf74f829bfe90a9c79c765172be9f0b.tar.gz
[ALSA] intel8x0 - Added swap_hp quirk for Fujitsu-Siemens Celsius H320 [0x10cf:0x12f2]
Modules: Intel8x0 driver Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/intel8x0.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index c5c4ec64a156bc..5bbc8a04753971 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1912,6 +1912,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.type = AC97_TUNE_HP_ONLY
},
{
+ .subvendor = 0x10cf,
+ .subdevice = 0x12f2,
+ .name = "Fujitsu-Siemens Celsius H320",
+ .type = AC97_TUNE_SWAP_HP
+ },
+ {
.subvendor = 0x10f1,
.subdevice = 0x2665,
.name = "Fujitsu-Siemens Celsius", /* AD1981? */