projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c347e9f
)
[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934
author
Daniel Horchner
<dbjh@gmx.net>
Thu, 25 Aug 2005 11:02:24 +0000
(13:02 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 30 Aug 2005 06:47:37 +0000
(08:47 +0200)
Intel8x0 driver
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/intel8x0.c
patch
|
blob
|
history
diff --git
a/sound/pci/intel8x0.c
b/sound/pci/intel8x0.c
index e38984dc4d9547c6e06405ed84aa044ef577499b..05c7994a8d5e487038a75ac7a481393c5d44ea79 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1824,6
+1824,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "HP nc6000",
.type = AC97_TUNE_MUTE_LED
},
+ {
+ .subvendor = 0x103c,
+ .subdevice = 0x0934,
+ .name = "HP nx8220",
+ .type = AC97_TUNE_MUTE_LED
+ },
{
.subvendor = 0x103c,
.subdevice = 0x099c,