Commit e8ef56c3 authored by Takashi Iwai's avatar Takashi Iwai Committed by Linus Torvalds

[PATCH] [ALSA] Add quirk for HP nc8000

Added ac97 quirk for HP nc8000.
The list is sorted again.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f4ee6ca0
...@@ -1780,16 +1780,22 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { ...@@ -1780,16 +1780,22 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
}, },
{ {
.vendor = 0x103c, .vendor = 0x103c,
.device = 0x129d, .device = 0x088c,
.name = "HP xw8000", .name = "HP nc8000",
.type = AC97_TUNE_HP_ONLY .type = AC97_TUNE_MUTE_LED
}, },
{ {
.vendor = 0x103c, .vendor = 0x103c,
.device = 0x0890, .device = 0x0890,
.name = "HP NC6000", .name = "HP nc6000",
.type = AC97_TUNE_MUTE_LED .type = AC97_TUNE_MUTE_LED
}, },
{
.vendor = 0x103c,
.device = 0x129d,
.name = "HP xw8000",
.type = AC97_TUNE_HP_ONLY
},
{ {
.vendor = 0x103c, .vendor = 0x103c,
.device = 0x12f1, .device = 0x12f1,
......
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