Commit a774032b authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add quirk for HP nc8000

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