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

Modified Files:
        cs46xx_lib.c 
Log Message:
Andrew Morton <[EMAIL PROTECTED]>
- jiffies signedness fix
- Fix compile warning


Index: cs46xx_lib.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cs46xx/cs46xx_lib.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- cs46xx_lib.c        6 Mar 2003 19:29:21 -0000       1.53
+++ cs46xx_lib.c        20 Mar 2003 13:32:51 -0000      1.54
@@ -1891,7 +1891,8 @@
                res = (change != chip->dsp_spos_instance->spdif_status_in);
                break;
        default:
-               snd_assert(0, return -EINVAL);
+               res = -EINVAL;
+               snd_assert(0, (void)0);
        }
 
        return res;
@@ -2315,7 +2316,7 @@
 
 static void snd_cs46xx_sec_codec_reset (ac97_t * ac97)
 {
-       signed long end_time;
+       unsigned long end_time;
        int err;
 
        /* reset to defaults */



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to