Update of /cvsroot/alsa/alsa-kernel/isa
In directory sc8-pr-cvs1:/tmp/cvs-serv22171

Modified Files:
        opl3sa2.c 
Log Message:
fixed the uninitialized spin_lock.



Index: opl3sa2.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/opl3sa2.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- opl3sa2.c   12 Aug 2003 14:10:11 -0000      1.28
+++ opl3sa2.c   13 Aug 2003 13:01:22 -0000      1.29
@@ -752,6 +752,7 @@
                err = -ENOMEM;
                goto __error;
        }
+       spin_lock_init(&chip->reg_lock);
        chip->irq = -1;
        if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
                goto __error;



-------------------------------------------------------
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