Commit 9706afa2 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

D:2003/08/11 13:37:36
A:Takashi Iwai <tiwai@suse.de>
F:pci/intel8x0.c:1.87->1.88 
L:fix mixed up vendor/device ID's for Asus P4P800
parent 00b63fd6
......@@ -1568,6 +1568,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "ASUS P4PE Mobo",
.type = AC97_TUNE_SWAP_SURROUND
},
{
.vendor = 0x1043,
.device = 0x80f3,
.name = "ASUS ICH5/AD1985",
.type = AC97_TUNE_AD_SHARING
},
{
.vendor = 0x10f1,
.device = 0x2665,
......@@ -1642,12 +1648,6 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Intel ICH5/AD1985 (discrete)",
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x80f3,
.device = 0x1043,
.name = "ASUS ICH5/AD1985",
.type = AC97_TUNE_AD_SHARING
},
{ } /* terminator */
};
......
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