]> git.hungrycats.org Git - linux/commitdiff
ALSA CVS update
authorJaroslav Kysela <perex@suse.cz>
Wed, 20 Aug 2003 23:23:47 +0000 (01:23 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 20 Aug 2003 23:23:47 +0000 (01:23 +0200)
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

sound/pci/intel8x0.c

index 5a72d67c4caad61e0c63f140e8090e1b87a1e330..b08ec9cf2db7a08e3026de59aaa29ecf08788efb 100644 (file)
@@ -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 */
 };