Searched refs:dsp_time_new (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.c1157 int dsp_time_new = PCXHR_INPL(mgr, PCXHR_PLX_MBOX4) & PCXHR_DSP_TIME_MASK; local
1158 int dsp_time_diff = dsp_time_new - mgr->dsp_time_last;
1163 mgr->dsp_time_last, dsp_time_new);
1168 snd_printdd("ERROR DSP TIME NO DIFF time(%d)\n", dsp_time_new);
1171 mgr->dsp_time_last, dsp_time_new - mgr->dsp_time_last);
1173 mgr->dsp_time_last = dsp_time_new;

Completed in 43 milliseconds