taglinefilesource code
hw_timebase1317drivers/sound/mpu401.cstatic volatile int curr_tempo, curr_timebase, hw_timebase;
hw_timebase1334drivers/sound/mpu401.creturn ((clocks * curr_timebase) + (hw_timebase / 2)) / hw_timebase;
hw_timebase1357drivers/sound/mpu401.chw_timebase = hw_val * 24;
hw_timebase1465drivers/sound/mpu401.ccurr_timebase = hw_timebase = 120;