r2063 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed May 23 11:24:33 CEST 2007


Author: laforge
Date: 2007-05-23 11:24:31 +0200 (Wed, 23 May 2007)
New Revision: 2063

Modified:
   trunk/src/target/kernel/patches/asoc.patch
Log:
Fix s3c24xx spinlock lockup bug from http://mailman.alsa-project.org/pipermail/alsa-devel/2007-May/001105.html (Zoltan Devai)


Modified: trunk/src/target/kernel/patches/asoc.patch
===================================================================
--- trunk/src/target/kernel/patches/asoc.patch	2007-05-22 14:43:54 UTC (rev 2062)
+++ trunk/src/target/kernel/patches/asoc.patch	2007-05-23 09:24:31 UTC (rev 2063)
@@ -19134,7 +19134,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.21-moko/sound/soc/s3c24xx/s3c24xx-pcm.c
-@@ -0,0 +1,462 @@
+@@ -0,0 +1,464 @@
 +/*
 + * s3c24xx-pcm.c  --  ALSA Soc Audio Layer
 + *
@@ -19468,6 +19468,8 @@
 +	if (prtd == NULL)
 +		return -ENOMEM;
 +
++	spin_lock_init(&prtd->lock);
++
 +	runtime->private_data = prtd;
 +	return 0;
 +}





More information about the commitlog mailing list