aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-05-04 19:06:34 +0000
committerCameron Grant <cg@FreeBSD.org>2000-05-04 19:06:34 +0000
commit52064e0a88f0fef124f819093282ba8e05ab4dae (patch)
tree459f671dc23910d9503d2f60112f23d70030856e
parent4bca00df4e4b7a85177f92910da8bda10784f33b (diff)
Notes
-rw-r--r--sys/dev/sound/pcm/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
index 464fa66b7c9c..c8d4d17e06b1 100644
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -118,7 +118,6 @@ chn_polltrigger(pcm_channel *c)
unsigned lim = (c->flags & CHN_F_HAS_SIZE)? c->blocksize2nd : 0;
int trig = 0;
- lim = 0;
if (c->flags & CHN_F_MAPPED)
trig = ((bs->int_count > bs->prev_int_count) || bs->first_poll);
else