Searched refs:sound_prescaler_update (Results 1 – 1 of 1) sorted by relevance
249 static int sound_prescaler_update = 0; variable258 sound_prescaler_update = new_prescaler; in change_sound_prescaler()273 if( sound_prescaler_update ){ /* ʬ�� �ѹ������ä��� */ in check_sound_parm_update()276 sd_A_intr_base = sd_A_intr_base * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()277 sd_A_intr_timer = sd_A_intr_timer * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()278 sd_B_intr_base = sd_B_intr_base * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()279 sd_B_intr_timer = sd_B_intr_timer * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()280 sound_prescaler = sound_prescaler_update; in check_sound_parm_update()281 sound_prescaler_update = 0; in check_sound_parm_update()778 { TYPE_INT, &sound_prescaler_update,},