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

Modified Files:
        intel8x0.c via82xx.c 
Log Message:
- use ADI-compatible mode on AD1980 for more better controls.
- swap master and headphone on AD1980 and AD1985 as default.
- export remove_ctl, swap_ctl and rename_ctl for patch functions.
- removed AD1980/AD1985 master-swap quirks (since it's set as default).


Index: intel8x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- intel8x0.c  14 Oct 2003 13:59:20 -0000      1.94
+++ intel8x0.c  16 Oct 2003 15:13:53 -0000      1.95
@@ -1579,27 +1579,15 @@
        {
                .vendor = 0x1028,
                .device = 0x00d8,
-               .name = "Dell Precision 530",
+               .name = "Dell Precision 530",   /* AD1885 */
                .type = AC97_TUNE_HP_ONLY
        },
        {
                .vendor = 0x1028,
                .device = 0x0126,
-               .name = "Dell Optiplex GX260",
+               .name = "Dell Optiplex GX260",  /* AD1981A */
                .type = AC97_TUNE_HP_ONLY
        },
-       {
-               .vendor = 0x1028,
-               .device = 0x0157,
-               .name = "Dell Dimension 8300",
-               .type = AC97_TUNE_SWAP_SURROUND
-       },
-       {
-               .vendor = 0x1043,
-               .device =0x80b0,
-               .name = "ASUS P4PE Mobo",
-               .type = AC97_TUNE_SWAP_SURROUND
-       },
        {
                .vendor = 0x1043,
                .device = 0x80f3,
@@ -1609,41 +1597,19 @@
        {
                .vendor = 0x10f1,
                .device = 0x2665,
-               .name = "Fujitsu-Siemens Celcius",
+               .name = "Fujitsu-Siemens Celsius",      /* AD1981? */
                .type = AC97_TUNE_HP_ONLY
        },
        {
                .vendor = 0x110a,
                .device = 0x0056,
-               .name = "Fujitsu-Siemens Scenic",
-               .type = AC97_TUNE_HP_ONLY
-       },
-       {
-               .vendor = 0x11d4,
-               .device = 0x5375,
-               .name = "ADI AD1985 (discrete)",
+               .name = "Fujitsu-Siemens Scenic",       /* AD1981? */
                .type = AC97_TUNE_HP_ONLY
        },
        {
                .vendor = 0x1734,
                .device = 0x0088,
-               .name = "Fujitsu-Siemens D1522",
-               .type = AC97_TUNE_HP_ONLY
-       },
-#if 0
-       /* FIXME: this seems invalid */
-       {
-               .vendor = 0x4144,
-               .device = 0x5360,
-               .type = "AMD64 Motherboard",
-               .name = AC97_TUNE_HP_ONLY
-       },
-#endif
-       {
-               .vendor = 0x8086,
-               .device = 0x2000,
-               .mask = 0xfff0,
-               .name = "Intel ICH5/AD1985 (discrete)",
+               .name = "Fujitsu-Siemens D1522",        /* AD1981 */
                .type = AC97_TUNE_HP_ONLY
        },
        {
@@ -1656,7 +1622,7 @@
        {
                .vendor = 0x8086,
                .device = 0x4d44,
-               .name = "Intel D850EMV2",
+               .name = "Intel D850EMV2",       /* AD1885 */
                .type = AC97_TUNE_HP_ONLY
        },
        {
@@ -1673,14 +1639,7 @@
                .name = "Intel ICH5/AD1985",
                .type = AC97_TUNE_AD_SHARING
        },
-       {
-               .vendor = 0x8086,
-               .device = 0xa000,
-               .mask = 0xfff0,
-               .name = "Intel ICH5/AD1985 (discrete)",
-               .type = AC97_TUNE_HP_ONLY
-       },
-       {
+       {       /* FIXME: which codec? */
                .vendor = 0x103c,
                .device = 0x00c3,
                .name = "Hewlett-Packard onboard",

Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- via82xx.c   14 Oct 2003 13:59:20 -0000      1.60
+++ via82xx.c   16 Oct 2003 15:13:54 -0000      1.61
@@ -1535,17 +1535,11 @@
 }
 
 static struct ac97_quirk ac97_quirks[] = {
-       {
+       {       /* FIXME: which codec? */
                .vendor = 0x1106,
                .device = 0x4161,
                .name = "ASRock K7VT2",
                .type = AC97_TUNE_HP_ONLY
-       },
-       {
-               .vendor = 0x1043,
-               .device = 0x80a1,
-               .name = "ASUS A7V8-X",
-               .type = AC97_TUNE_SWAP_SURROUND
        },
        { } /* terminator */
 };



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to