Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1:/tmp/cvs-serv22317

Modified Files:
        pci_compat_22.c 
Log Message:
Use direct request_region() rather than snd_wrapper_request_region()

Index: pci_compat_22.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/pci_compat_22.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pci_compat_22.c     8 Jan 2004 11:01:20 -0000       1.9
+++ pci_compat_22.c     21 Jan 2004 08:22:17 -0000      1.10
@@ -353,8 +353,8 @@
        if (flags & IORESOURCE_IO) {
                if (check_region(pci_resource_start(pdev, bar), pci_resource_len(pdev, 
bar)))
                        goto err_out;
-               snd_wrapper_request_region(pci_resource_start(pdev, bar),
-                                          pci_resource_len(pdev, bar), res_name);
+               request_region(pci_resource_start(pdev, bar),
+                              pci_resource_len(pdev, bar), res_name);
        }
        return 0;
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to