Commit 5d529390 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] intel8x0 - Add quirk for IBM NetVisa A30p

Intel8x0 driver
Added ac97_quirk entry for IBM NetVisa A30p.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8e3d759d
...@@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { ...@@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "MS-9128", .name = "MS-9128",
.type = AC97_TUNE_ALC_JACK .type = AC97_TUNE_ALC_JACK
}, },
{
.subvendor = 0x1014,
.subdevice = 0x0267,
.name = "IBM NetVista A30p", /* AD1981B */
.type = AC97_TUNE_HP_ONLY
},
{ {
.subvendor = 0x1028, .subvendor = 0x1028,
.subdevice = 0x00d8, .subdevice = 0x00d8,
......
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