Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv16809

Modified Files:
        intel8x0.c 
Log Message:
fix mixed up vendor/device ID's for Asus P4P800



Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- intel8x0.c  30 Jul 2003 14:39:38 -0000      1.87
+++ intel8x0.c  11 Aug 2003 12:37:36 -0000      1.88
@@ -1568,6 +1568,12 @@
                .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,
@@ -1641,12 +1647,6 @@
                .mask = 0xfff0,
                .name = "Intel ICH5/AD1985 (discrete)",
                .type = AC97_TUNE_HP_ONLY
-       },
-       {
-               .vendor = 0x80f3,
-               .device = 0x1043,
-               .name = "ASUS ICH5/AD1985",
-               .type = AC97_TUNE_AD_SHARING
        },
        { } /* terminator */
 };



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to