View | Details | Raw Unified | Return to bug 20115
Collapse All | Expand All

(-)sys/dev/sound/pcm/channel.c (+1 lines)
Lines 484-489 Link Here
484
			/* Fill up the buffers with new pcm data. */
484
			/* Fill up the buffers with new pcm data. */
485
			res = buf->uio_resid;
485
			res = buf->uio_resid;
486
  			while (chn_wrfeed2nd(c, buf) > 0);
486
  			while (chn_wrfeed2nd(c, buf) > 0);
487
chn_wrintr(c);
487
			if (buf->uio_resid < res)
488
			if (buf->uio_resid < res)
488
				count = hz;
489
				count = hz;
489
			else
490
			else

Return to bug 20115