Update of /cvsroot/alsa/alsa-kernel/arm
In directory sc8-pr-cvs1:/tmp/cvs-serv23748

Modified Files:
        sa11xx-uda1341.c 
Log Message:
fixed missing spin_lock_init().



Index: sa11xx-uda1341.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/arm/sa11xx-uda1341.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sa11xx-uda1341.c    30 Apr 2003 14:53:11 -0000      1.11
+++ sa11xx-uda1341.c    13 Aug 2003 13:14:31 -0000      1.12
@@ -965,6 +965,8 @@
        sa11xx_uda1341 = snd_magic_kcalloc(sa11xx_uda1341_t, 0, GFP_KERNEL);
        if (sa11xx_uda1341 == NULL)
                return -ENOMEM; 
+       spin_lock_init(&chip->s[0].dma_lock);
+       spin_lock_init(&chip->s[1].dma_lock);
          
        card->private_data = (void *)sa11xx_uda1341;
        card->private_free = snd_sa11xx_uda1341_free;



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to