Lines Matching refs:count1
610 unsigned int running, count1, count2;
628 count1 = bytepos_delta(dpcm_play, delta_play - delta_capt);
629 bytepos_finish(dpcm_play, count1);
632 count1 = bytepos_delta(dpcm_capt, delta_capt - delta_play);
633 clear_capture_buf(dpcm_capt, count1);
634 bytepos_finish(dpcm_capt, count1);
642 count1 = bytepos_delta(dpcm_play, delta_play);
644 if (count1 < count2) {
645 dpcm_capt->last_drift = count2 - count1;
646 count1 = count2;
647 } else if (count1 > count2) {
648 dpcm_play->last_drift = count1 - count2;
650 copy_play_buf(dpcm_play, dpcm_capt, count1);
651 bytepos_finish(dpcm_play, count1);
652 bytepos_finish(dpcm_capt, count1);