[PATCH] [UBUNTU:sound/pci/] Add Dell Inspiron 6000 to hp_only quirk list
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Mon May 15 12:59:28 UTC 2006
Subject: [PATCH] [UBUNTU:sound/pci/] Add Dell Inspiron 6000 to hp_only quirk list
UpstreamStatus: Not merged
Anders Roenningen <andersronningen at gmail.com> confirms that his Dell
Inspiron 6000 needs to use ac97_quirk=hp_only for the volume hotkeys to
properly control the Headphone mixer element. This patch adds his pci
id to the hp_only quirk list in intel8x0.c.
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/intel8x0.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
a1165c60e3c773982078cd49089d293a961fb02b
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index e378093..39dafb7 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1776,6 +1776,12 @@ static struct ac97_quirk ac97_quirks[] _
},
{
.subvendor = 0x1028,
+ .subdevice = 0x0188,
+ .name = "Dell Inspiron 6000",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .subvendor = 0x1028,
.subdevice = 0x0191,
.name = "Dell Inspiron 8600",
.type = AC97_TUNE_HP_ONLY
--
1.1.3
--
Daniel T. Chen crimsun at ubuntu.com
GPG key: www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- 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/20060515/aae115ac/attachment.sig>
More information about the kernel-team
mailing list