diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:11:00 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:11:00 +0000 |
| commit | efb572af983440389b1bdd7b0ce6657af47ed599 (patch) | |
| tree | ce094c67403b4ea194a8d6bb5cfae82ae06defd7 /sys/dev | |
| parent | 799c4480f9ff60eacac08a4d3e9984c952543477 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pcm/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 218806850fc1..c95db45854f8 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -80,7 +80,7 @@ transfer. In some cases, the code tries to track the current status of DMA operations by calling dsp_wr_dmaupdate() which changes rp, rl and fl. -The sistem tries to make all DMA transfers use the same size, +The system tries to make all DMA transfers use the same size, play_blocksize or rec_blocksize. The size is either selected by the user, or computed by the system to correspond to about .25s of audio. The blocksize must be within a range which is currently: |
