/* Fill up the buffers with new pcm data. */
res = buf->uio_resid;
while (chn_wrfeed2nd(c, buf) > 0);
chn_wrintr(c);
if (buf->uio_resid < res)
count = hz;
else