Searched defs:interval (Results 1 - 2 of 2) sorted by relevance

/sound/pci/ctxfi/
H A Dcttimer.c75 unsigned int position, dist, interval; local
86 interval = ((period_size - (position % period_size))
90 mod_timer(&ti->timer, jiffies + interval);
176 * reprogram the timer interval;
177 * checks the running instance list and determines the next timer interval.
/sound/pci/ali5451/
H A Dali5451.c637 static void snd_ali_delay(struct snd_ali *codec,int interval) argument
644 while (currenttimer < begintimer + interval) {

Completed in 81 milliseconds