patch-2.4.0-test7 linux/drivers/sound/sys_timer.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/sscape.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Aug 11 08:26:44 2000
- Orig file:
v2.4.0-test6/linux/drivers/sound/sys_timer.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/sound/sys_timer.c linux/drivers/sound/sys_timer.c
@@ -274,13 +274,14 @@
struct sound_timer_operations default_sound_timer =
{
- {"System clock", 0},
- 0, /* Priority */
- 0, /* Local device link */
- def_tmr_open,
- def_tmr_close,
- def_tmr_event,
- def_tmr_get_time,
- def_tmr_ioctl,
- def_tmr_arm
+ owner: THIS_MODULE,
+ info: {"System clock", 0},
+ priority: 0, /* Priority */
+ devlink: 0, /* Local device link */
+ open: def_tmr_open,
+ close: def_tmr_close,
+ event: def_tmr_event,
+ get_time: def_tmr_get_time,
+ ioctl: def_tmr_ioctl,
+ arm_timer: def_tmr_arm
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)