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

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

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/sound/es1370.c linux/drivers/sound/es1370.c
@@ -1268,6 +1268,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int es1370_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct es1370_state *s = (struct es1370_state *)file->private_data;
@@ -1820,6 +1821,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int es1370_poll_dac(struct file *file, struct poll_table_struct *wait)
 {
 	struct es1370_state *s = (struct es1370_state *)file->private_data;
@@ -2276,6 +2278,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int es1370_midi_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct es1370_state *s = (struct es1370_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)