summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-04-21 07:43:05 +0200
committerTakashi Iwai <tiwai@suse.de>2009-04-21 07:43:05 +0200
commit4262efee8fbbfc083401f22a57d5eca5ba37c2fd (patch)
tree3d79d4d2996cc370c22f5772ee74ba29e1bb9377 /sound
parentf22d806b6cc0c74dd0a1a21b3f311dba51d9df84 (diff)
parente3ba906ad17330e44fad5af42a423417249c6e09 (diff)
Merge branch 'fix/misc' into for-linus
* fix/misc: ALSA: Atiixp: Add SSID for mute_led quirk (unknown HP model)
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/atiixp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index 9ce8548c03e4..71515ddb4593 100644
--- a/sound/pci/atiixp.c
+++ b/sound/pci/atiixp.c
@@ -1393,6 +1393,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "HP nx6125",
.type = AC97_TUNE_MUTE_LED
},
+ {
+ .subvendor = 0x103c,
+ .subdevice = 0x3091,
+ .name = "unknown HP",
+ .type = AC97_TUNE_MUTE_LED
+ },
{ } /* terminator */
};