patch-2.3.99-pre6 linux/drivers/sound/esssolo1.c

Next file: linux/drivers/sound/i810_audio.c
Previous file: linux/drivers/sound/es1371.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/sound/esssolo1.c linux/drivers/sound/esssolo1.c
@@ -1149,6 +1149,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int solo1_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct solo1_state *s = (struct solo1_state *)file->private_data;
@@ -1783,6 +1784,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int solo1_midi_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct solo1_state *s = (struct solo1_state *)file->private_data;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)