taglinefilesource code
hw_timebase1199drivers/sound/mpu401.cstatic volatile int curr_tempo, curr_timebase, hw_timebase;
hw_timebase1216drivers/sound/mpu401.creturn ((clocks * curr_timebase) + (hw_timebase / 2)) / hw_timebase;
hw_timebase1239drivers/sound/mpu401.chw_timebase = hw_val * 24;
hw_timebase1346drivers/sound/mpu401.ccurr_timebase = hw_timebase = 120;