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

Modified Files:
        intel8x0.c 
Log Message:
Added more generic entries for Intel hardware (follows 0.9.1adi driver)

Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- intel8x0.c  21 Jan 2004 18:32:47 -0000      1.103
+++ intel8x0.c  26 Jan 2004 09:21:24 -0000      1.104
@@ -1633,6 +1633,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,
@@ -1652,6 +1658,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 */
@@ -1659,6 +1671,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",
@@ -1684,10 +1703,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