[PATCH] [UBUNTU:sound/pci/ac97/] #42194: Use hp_only quirk for Fujitsu Lifebook C1211D

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Wed Aug 16 08:43:34 UTC 2006


From b463b79175ee754b573091cfc2f77cf41738161a Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Wed, 16 Aug 2006 04:40:25 -0400
Subject: [PATCH] [UBUNTU:sound/pci/ac97/] #42194: Use hp_only quirk for Fujitsu Lifebook C1211D

UpstreamStatus: Not yet merged

Michael Ibanez reports that his Fujitsu Lifebook C1211D needs the
ac97_quirk=hp_only parameter to allow his volume hotkeys to correctly
control the appropriate mixer element. This commit adds his subdevice
id to the quirks list in sound/pci/intel8x0.c and is suitable for
merging into both Dapper and Edgy linux-source trees.

This commit closes Ubuntu: #42194.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/intel8x0.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index d216c63..59b3fad 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1896,6 +1896,12 @@ static struct ac97_quirk ac97_quirks[] _
 	},
 	{
 		.subvendor = 0x10cf,
+		.subdevice = 0x127e,
+		.name = "Fujitsu Lifebook C1211D",
+		.type = AC97_TUNE_HP_ONLY
+	},
+	{
+		.subvendor = 0x10cf,
 		.subdevice = 0x12ec,
 		.name = "Fujitsu-Siemens 4010",
 		.type = AC97_TUNE_HP_ONLY
-- 
1.4.1

-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060816/d62741e7/attachment.sig>


More information about the kernel-team mailing list