Searched refs:dsp_time_diff (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.c1158 int dsp_time_diff = dsp_time_new - mgr->dsp_time_last; local
1160 if (dsp_time_diff < 0 && mgr->dsp_time_last != PCXHR_DSP_TIME_INVALID) {
1167 if (dsp_time_diff == 0)
1169 else if (dsp_time_diff >= (2*PCXHR_GRANULARITY))
1184 dsp_time_diff);
1190 dsp_time_diff);

Completed in 30 milliseconds