taglinefilesource code
def_tmr49drivers/sound/sys_timer.cstatic struct timer_list def_tmr =
def_tmr71drivers/sound/sys_timer.cdef_tmr.expires = (1) + jiffies;
def_tmr72drivers/sound/sys_timer.cadd_timer (&def_tmr);
def_tmr119drivers/sound/sys_timer.cdef_tmr.expires = (1) + jiffies;
def_tmr120drivers/sound/sys_timer.cadd_timer (&def_tmr);
def_tmr130drivers/sound/sys_timer.cdel_timer (&def_tmr);;