diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-01-09 08:32:49 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-01-09 08:32:49 +0000 |
| commit | 147d35e8b3e149789cc631bf9b4dc555ef91def0 (patch) | |
| tree | ccb6e77ebd77147a2f610fdab6dc32907d984825 /sys/dev/sound | |
| parent | 38392ffddddfe5cfb7a5fc83f3a9da30b6637f3e (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound')
| -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 a8d046637ddc8..7daf830777669 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -362,7 +362,7 @@ chn_wrintr(pcm_channel *c) start = c->flags & CHN_F_TRIGGERED; else { /* printf("%d >= %d && !(%x & %x)\n", b->rl, DMA_ALIGN_THRESHOLD, c->flags, CHN_F_ABORTING | CHN_F_CLOSING); -*/ start = (b->rl >= DMA_ALIGN_THRESHOLD && !(c->flags & (CHN_F_ABORTING | CHN_F_CLOSING))); +*/ start = (b->rl >= DMA_ALIGN_THRESHOLD && !(c->flags & CHN_F_ABORTING)); } if (start) { chn_dmaupdate(c); |
