Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650/pci

Modified Files:
        intel8x0.c 
Log Message:
- readded the last changes for AD1985.  it slipped out while merging patches...


Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- intel8x0.c  26 Jan 2004 11:28:34 -0000      1.106
+++ intel8x0.c  26 Jan 2004 11:48:03 -0000      1.107
@@ -1670,6 +1670,12 @@
                .name = "Dell Optiplex GX260",  /* AD1981A */
                .type = AC97_TUNE_HP_ONLY
        },
+       {       /* FIXME: which codec? */
+               .vendor = 0x103c,
+               .device = 0x00c3,
+               .name = "Hewlett-Packard onboard",
+               .type = AC97_TUNE_HP_ONLY
+       },
        {
                .vendor = 0x1043,
                .device = 0x80f3,
@@ -1689,6 +1695,12 @@
                .type = AC97_TUNE_HP_ONLY
        },
        {
+               .vendor = 0x11d4,
+               .vendor = 0x5375,
+               .name = "ADI AD1985 (discrete)",
+               .type = AC97_TUNE_HP_ONLY
+       },
+       {
                .vendor = 0x1734,
                .device = 0x0088,
                .name = "Fujitsu-Siemens D1522",        /* AD1981 */
@@ -1696,6 +1708,13 @@
        },
        {
                .vendor = 0x8086,
+               .device = 0x2000,
+               .mask = 0xfff0,
+               .name = "Intel ICH5/AD1985",
+               .type = AC97_TUNE_AD_SHARING
+       },
+       {
+               .vendor = 0x8086,
                .device = 0x4000,
                .mask = 0xfff0,
                .name = "Intel ICH5/AD1985",
@@ -1721,10 +1740,11 @@
                .name = "Intel ICH5/AD1985",
                .type = AC97_TUNE_AD_SHARING
        },
-       {       /* FIXME: which codec? */
-               .vendor = 0x103c,
-               .device = 0x00c3,
-               .name = "Hewlett-Packard onboard",
+       {
+               .vendor = 0x8086,
+               .device = 0xa000,
+               .mask = 0xfff0,
+               .name = "Intel ICH5/AD1985",
                .type = AC97_TUNE_HP_ONLY
        },
        { } /* terminator */



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to