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

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

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/sound/sonicvibes.c linux/drivers/sound/sonicvibes.c
@@ -1475,6 +1475,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int sv_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct sv_state *s = (struct sv_state *)file->private_data;
@@ -2069,6 +2070,7 @@
 	return ret;
 }
 
+/* No kernel lock - we have our own spinlock */
 static unsigned int sv_midi_poll(struct file *file, struct poll_table_struct *wait)
 {
 	struct sv_state *s = (struct sv_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)