From 9706afa27141897672fe9cc289e9daee7ed45244 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 21 Aug 2003 01:23:47 +0200 Subject: [PATCH] ALSA CVS update D:2003/08/11 13:37:36 A:Takashi Iwai F:pci/intel8x0.c:1.87->1.88 L:fix mixed up vendor/device ID's for Asus P4P800 --- sound/pci/intel8x0.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 5a72d67c4caa..b08ec9cf2db7 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -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 */ }; -- 2.39.5