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

Modified Files:
        es1968.c 
Log Message:
fixed use_pm module option to handle the case use_pm=1.



Index: es1968.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/es1968.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- es1968.c    3 Mar 2003 16:46:34 -0000       1.37
+++ es1968.c    19 Mar 2003 12:35:20 -0000      1.38
@@ -2606,7 +2606,7 @@
        /* just to be sure */
        pci_set_master(pci);
 
-       if (do_pm) {
+       if (do_pm > 1) {
                /* disable power-management if not maestro2e or
                 * if not on the whitelist
                 */



-------------------------------------------------------
This SF.net email is sponsored by: 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