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

Modified Files:
        ac97_codec.c 
Log Message:
fixed typo in the check of bits in set_spdif_rate().



Index: ac97_codec.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_codec.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ac97_codec.c        31 May 2003 14:15:01 -0000      1.93
+++ ac97_codec.c        3 Jun 2003 12:03:17 -0000       1.94
@@ -2720,7 +2720,7 @@
        }
 
        spin_lock(&ac97->reg_lock);
-       old = ac97->regs[reg] & ~mask;
+       old = ac97->regs[reg] & mask;
        spin_unlock(&ac97->reg_lock);
        if (old != bits) {
                snd_ac97_update_bits(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, 0);



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to