SSIA - patch attached.

LLaP
bero

-- 
Ark Linux - Linux for the masses
http://www.arklinux.org/

Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
--- alsa-driver-0.9.7b/pci/au88x0/au88x0_core.c.ark     2003-10-13 07:31:07.000000000 
+0200
+++ alsa-driver-0.9.7b/pci/au88x0/au88x0_core.c 2003-10-13 07:31:25.000000000 +0200
@@ -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 !! */

Reply via email to