Lines Matching refs:hwptr
707 unsigned int hwptr;1147 s->hwptr = 0;1483 unsigned int hwptr;1489 hwptr = snd_m3_get_pointer(chip, s, subs);1492 if (hwptr >= s->dma_size)1493 hwptr %= s->dma_size;1495 diff = s->dma_size + hwptr - s->hwptr;1499 s->hwptr = hwptr;