aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-01-12 13:15:36 +0100
committerJaroslav Kysela <perex@suse.cz>2005-01-12 13:15:36 +0100
commita98c60285395db24e82c66fd5dbb078438b19016 (patch)
tree10c2bc55919adc6923e3a94eef0c09efc3abbc32 /sound
parentb359375e5ae896a8db26c1a6769670aec61d7c64 (diff)
downloadhistory-a98c60285395db24e82c66fd5dbb078438b19016.tar.gz
[ALSA] Add quirk for HP zv5000
Intel8x0 driver Added the quirk for HP zv5000 (mute LED with EAPD). Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 b6f542dbb75970..54b6cb8d3f36b1 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1766,6 +1766,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Dell", /* which model? AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .vendor = 0x103c,
+ .device = 0x006d,
+ .name = "HP zv5000",
+ .type = AC97_TUNE_MUTE_LED /*AD1981B*/
+ },
{ /* FIXME: which codec? */
.vendor = 0x103c,
.device = 0x00c3,