At the previous code change, ALSATimer.TickTimeEvent.get_tick() has been
renamed .get_count(), while it has been left as is.
This commit fixes the bug.
Fixes: 16033c8dbe61 ("timer: tick-time-event: rename boxed structure")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
*
* Get the tick count since the last event.
*/
-void alsatimer_tick_time_event_get_ticks(const ALSATimerTickTimeEvent *self, guint *count)
+void alsatimer_tick_time_event_get_count(const ALSATimerTickTimeEvent *self, guint *count)
{
*count = self->ticks;
}