remdata 748 sound/pci/asihpi/asihpi.c unsigned int remdata, xfercount, next_jiffies; remdata 835 sound/pci/asihpi/asihpi.c remdata = newdata % dpcm->period_bytes; remdata 836 sound/pci/asihpi/asihpi.c xfercount = newdata - remdata; /* a multiple of period_bytes */ remdata 844 sound/pci/asihpi/asihpi.c next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec);