patch-2.4.0-test7 linux/drivers/sound/sound_timer.c

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

diff -u --recursive --new-file v2.4.0-test6/linux/drivers/sound/sound_timer.c linux/drivers/sound/sound_timer.c
@@ -264,15 +264,16 @@
 
 static struct sound_timer_operations sound_timer =
 {
-	{"Sound Timer", 0},
-	1,			/* Priority */
-	0,			/* Local device link */
-	timer_open,
-	timer_close,
-	timer_event,
-	timer_get_time,
-	timer_ioctl,
-	timer_arm
+	owner:		THIS_MODULE,
+	info:		{"Sound Timer", 0},
+	priority:	1,	/* Priority */
+	devlink:	0,	/* Local device link */
+	open:		timer_open,
+	close:		timer_close,
+	event:		timer_event,
+	get_time:	timer_get_time,
+	ioctl:		timer_ioctl,
+	arm_timer:	timer_arm
 };
 
 void sound_timer_interrupt(void)

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