close dsp deepsleep

This commit is contained in:
王勇
2010-05-19 04:08:19 +00:00
committed by 黄涛
parent 889a3650c5
commit 712a8edb6c

View File

@@ -418,9 +418,11 @@ void dsptimer_callback(unsigned long arg)
break;
case DS_SLOW:
if(++sec_cnt>=5) {
#if 0
dsp_powerctl(DPC_SLEEP, 0);
inf->dsp_status = DS_SLEEP;
printk("dsp work mode : sleep mode \n");
#endif
}
break;
case DS_SLEEP: