Commit a98c6028 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add quirk for HP zv5000

Intel8x0 driver
Added the quirk for HP zv5000 (mute LED with EAPD).
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b359375e
...@@ -1766,6 +1766,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { ...@@ -1766,6 +1766,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Dell", /* which model? AD1981B*/ .name = "Dell", /* which model? AD1981B*/
.type = AC97_TUNE_HP_ONLY .type = AC97_TUNE_HP_ONLY
}, },
{
.vendor = 0x103c,
.device = 0x006d,
.name = "HP zv5000",
.type = AC97_TUNE_MUTE_LED /*AD1981B*/
},
{ /* FIXME: which codec? */ { /* FIXME: which codec? */
.vendor = 0x103c, .vendor = 0x103c,
.device = 0x00c3, .device = 0x00c3,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment