• Max Kellermann's avatar
    jack: lockless data transfer to jack thread · 0a670442
    Max Kellermann authored
    The JACK documentation postulates that the process() callback must not
    block, therefore locking is forbidden.  Anyway, the old code was racy.
    
    Remove all locks, and don't wait for more data to become available -
    just send to the port what is already in the buffer.
    0a670442
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...