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

Modified Files:
        trident_main.c 
Log Message:
fixed timeout check;  using standard time_xxx macros.



Index: trident_main.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/trident/trident_main.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- trident_main.c      12 Mar 2003 11:27:55 -0000      1.38
+++ trident_main.c      24 Mar 2003 16:32:37 -0000      1.39
@@ -3187,7 +3187,7 @@
 
 static int snd_trident_sis_reset(trident_t *trident)
 {
-       signed long end_time;
+       unsigned long end_time;
        unsigned int i;
        int r;
 
@@ -3364,7 +3364,7 @@
 static int snd_trident_4d_dx_init(trident_t *trident)
 {
        struct pci_dev *pci = trident->pci;
-       signed long end_time;
+       unsigned long end_time;
 
        /* reset the legacy configuration and whole audio/wavetable block */
        pci_write_config_dword(pci, 0x40, 0);   /* DDMA */
@@ -3404,7 +3404,7 @@
 static int snd_trident_4d_nx_init(trident_t *trident)
 {
        struct pci_dev *pci = trident->pci;
-       signed long end_time;
+       unsigned long end_time;
 
        /* reset the legacy configuration and whole audio/wavetable block */
        pci_write_config_dword(pci, 0x40, 0);   /* DDMA */



-------------------------------------------------------
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