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
.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,
.name = "Intel ICH5/AD1985 (discrete)",
.type = AC97_TUNE_HP_ONLY
},
- {
- .vendor = 0x80f3,
- .device = 0x1043,
- .name = "ASUS ICH5/AD1985",
- .type = AC97_TUNE_AD_SHARING
- },
{ } /* terminator */
};