patch-2.3.40 linux/drivers/sound/cmpci.c
Next file: linux/drivers/sound/es1370.c
Previous file: linux/drivers/scsi/sym53c416.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Thu Jan 20 10:44:46 2000
-  Orig file: 
v2.3.39/linux/drivers/sound/cmpci.c
-  Orig date: 
Fri Jan  7 19:13:22 2000
diff -u --recursive --new-file v2.3.39/linux/drivers/sound/cmpci.c linux/drivers/sound/cmpci.c
@@ -62,7 +62,7 @@
  *    18.08.99   1.5   Only deallocate DMA buffer when unloading.
  *    02.09.99   1.6   Enable SPDIF LOOP
  *                     Change the mixer read back
- *    21.09.99   2.33  Use RCS version aas driver version.
+ *    21.09.99   2.33  Use RCS version as driver version.
  *                     Add support for modem, S/PDIF loop and 4 channels.
  *                     (8738 only)
  *                     Fix bug cause x11amp cannot play.
@@ -2372,6 +2372,7 @@
 		init_waitqueue_head(&s->midi.iwait);
 		init_waitqueue_head(&s->midi.owait);
 		init_MUTEX(&s->open_sem);
+		spin_lock_init(&s->lock);
 		s->magic = CM_MAGIC;
 		s->iobase = pcidev->resource[0].start;
 		s->iosynth = 0x388;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)