Commit 11127316 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] AC97 quirk for Dell Precision 650

Intel8x0 driver
Added the ac97 quirk entry for Dell Precision 650.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6e4544b0
......@@ -1761,6 +1761,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Dell Optiplex GX260", /* AD1981A */
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x1028,
.device = 0x012c,
.name = "Dell Precision 650", /* AD1981A */
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x1028,
.device = 0x012d,
......
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