mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fix the 100% cpu in xmms issue
This commit is contained in:
parent
4bca00df4e
commit
52064e0a88
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue