Home
last modified time | relevance | path

Searched refs:remdata (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/asihpi/
H A Dasihpi.c719 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
805 remdata = newdata % dpcm->period_bytes; in snd_card_asihpi_timer_function()
806 xfercount = newdata - remdata; /* a multiple of period_bytes */ in snd_card_asihpi_timer_function()
814 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()