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

Modified Files:
        cs46xx_lib.c 
Log Message:
fixed the 4channel mode of another CS429x codec (0x592b).


Index: cs46xx_lib.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cs46xx/cs46xx_lib.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- cs46xx_lib.c        23 Oct 2003 14:34:53 -0000      1.66
+++ cs46xx_lib.c        27 Oct 2003 11:23:40 -0000      1.67
@@ -2552,8 +2552,10 @@
     
 #ifdef CONFIG_SND_CS46XX_NEW_DSP
        if (chip->nr_ac97_codecs == 1 && 
-           snd_cs46xx_codec_read(chip, AC97_VENDOR_ID2,
-                                 CS46XX_PRIMARY_CODEC_INDEX) == 0x592d) {
+           (snd_cs46xx_codec_read(chip, AC97_VENDOR_ID2,
+                                 CS46XX_PRIMARY_CODEC_INDEX) == 0x592b ||
+            snd_cs46xx_codec_read(chip, AC97_VENDOR_ID2,
+                                  CS46XX_PRIMARY_CODEC_INDEX) == 0x592d)) {
                /* set primary cs4294 codec into Extended Audio Mode */
                snd_printdd("setting EAM bit on cs4294 CODEC\n");
                snd_cs46xx_codec_write(chip, AC97_CSR_ACMODE, 0x200,



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to