diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-04-07 19:46:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-07 19:46:36 -0700 |
| commit | 7a77e3b6fd5ceb91c83eea73e955f2cb65fb9b11 (patch) | |
| tree | a532bc59c8da7cde183a75d75d582cd58032f8f9 /sound/oss/sys_timer.c | |
| parent | fef405ed313f60d6b9a541fed03b5b796a56216a (diff) | |
[PATCH] last batch of audio C99
Diffstat (limited to 'sound/oss/sys_timer.c')
| -rw-r--r-- | sound/oss/sys_timer.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sound/oss/sys_timer.c b/sound/oss/sys_timer.c index e564619f9a9a..b3d42dcef13c 100644 --- a/sound/oss/sys_timer.c +++ b/sound/oss/sys_timer.c @@ -275,14 +275,14 @@ def_tmr_arm(int dev, long time) struct sound_timer_operations default_sound_timer = { - 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 + .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 }; |
