Update of /cvsroot/alsa/alsa-kernel/drivers/vx
In directory sc8-pr-cvs1:/tmp/cvs-serv4046

Modified Files:
        vx_core.c 
Log Message:
clean up PM codes

Index: vx_core.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/vx/vx_core.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vx_core.c   6 Jun 2003 11:54:27 -0000       1.2
+++ vx_core.c   18 Jun 2003 11:10:08 -0000      1.3
@@ -44,8 +44,7 @@
  */
 void snd_vx_delay(vx_core_t *chip, int xmsec)
 {
-       if (! (chip->chip_status & VX_STAT_IN_SUSPEND) && ! in_interrupt() &&
-           xmsec >= 1000 / HZ) {
+       if (! in_interrupt() && xmsec >= 1000 / HZ) {
                set_current_state(TASK_UNINTERRUPTIBLE);
                schedule_timeout((xmsec * HZ + 999) / 1000);
        } else {



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to