aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/timer.h')
-rw-r--r--include/sound/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/timer.h b/include/sound/timer.h
index 7990469a44ce..c4d76ff056c6 100644
--- a/include/sound/timer.h
+++ b/include/sound/timer.h
@@ -104,6 +104,7 @@ struct snd_timer_instance {
104 int event, 104 int event,
105 struct timespec * tstamp, 105 struct timespec * tstamp,
106 unsigned long resolution); 106 unsigned long resolution);
107 void (*disconnect)(struct snd_timer_instance *timeri);
107 void *callback_data; 108 void *callback_data;
108 unsigned long ticks; /* auto-load ticks when expired */ 109 unsigned long ticks; /* auto-load ticks when expired */
109 unsigned long cticks; /* current ticks */ 110 unsigned long cticks; /* current ticks */