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

Modified Files:
        via82xx.c 
Log Message:
- fixed typos in the last change to snd_ac97_set_rate().
  the correct flag to check is ac97->scaps.
- removed dxs_fixed=1 on VIA8233A (for SPDIF).
- added quirks for ASUS A7V8-X and MSI KT4V.



Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- via82xx.c   30 Sep 2003 10:12:09 -0000      1.53
+++ via82xx.c   1 Oct 2003 09:25:50 -0000       1.54
@@ -1522,6 +1522,12 @@
                .name = "ASRock K7VT2",
                .type = AC97_TUNE_HP_ONLY
        },
+       {
+               .vendor = 0x1043,
+               .device = 0x80a1,
+               .name = "ASUS A7V8-X",
+               .type = AC97_TUNE_SWAP_SURROUND
+       },
        { } /* terminator */
 };
 
@@ -1969,6 +1975,8 @@
        static struct dxs_whitelist whitelist[] = {
                { .vendor = 0x1019, .device = 0x0996, .action = VIA_DXS_48K },
                { .vendor = 0x1297, .device = 0xc160, .action = VIA_DXS_ENABLE }, /* 
Shuttle SK41G */
+               { .vendor = 0x1043, .device = 0x80a1, .action = VIA_DXS_ENABLE }, /* 
ASUS A7V8-X */
+               { .vendor = 0x1462, .device = 0x7120, .action = VIA_DXS_ENABLE }, /* 
MSI KT4V */
                { } /* terminator */
        };
        struct dxs_whitelist *w;
@@ -2073,7 +2081,7 @@
                if (chip_type == TYPE_VIA8233A) {
                        if ((err = snd_via8233a_pcm_new(chip)) < 0)
                                goto __error;
-                       chip->dxs_fixed = 1; /* use 48k for DXS #3 */
+                       // chip->dxs_fixed = 1; /* FIXME: use 48k for DXS #3? */
                } else {
                        if ((err = snd_via8233_pcm_new(chip)) < 0)
                                goto __error;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to