Update of /cvsroot/alsa/alsa-driver/pci/au88x0
In directory sc8-pr-cvs1:/tmp/cvs-serv12951

Modified Files:
        au88x0_core.c 
Log Message:
Fixed spinlock call

Index: au88x0_core.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0_core.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- au88x0_core.c       6 Oct 2003 14:01:04 -0000       1.1
+++ au88x0_core.c       11 Oct 2003 08:15:25 -0000      1.2
@@ -1777,7 +1777,7 @@
        if ((nr_ch == 3) || ((dir == SNDRV_PCM_STREAM_CAPTURE)&&(nr_ch > 2)))
                return -EBUSY;
        
-       spin_lock(vortex->lock);
+       spin_lock(&vortex->lock);
        if (dma >= 0) {
                en = 0;
                vortex_adb_checkinout(vortex, vortex->dma_adb[dma].resources, en, 
VORTEX_RESOURCE_DMA);
@@ -1884,7 +1884,7 @@
                }
        }
        vortex->dma_adb[dma].nr_ch = nr_ch;
-       spin_unlock(vortex->lock);
+       spin_unlock(&vortex->lock);
        
 #if 0
        /* AC97 Codec channel setup. FIXME: this has no effect !! */



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to