forked from PAWPAW-Mirror/lib_xua
Fixed issue where is appears ports are not resynced after an error (inspection - missing test)
This commit is contained in:
@@ -902,8 +902,6 @@ unsigned static deliver_slave(chanend ?c_out, chanend ?c_spd_out
|
||||
return command;
|
||||
}
|
||||
|
||||
InitPorts_slave(divide);
|
||||
|
||||
/* Main Audio I/O loop */
|
||||
while (1)
|
||||
{
|
||||
@@ -913,14 +911,7 @@ unsigned static deliver_slave(chanend ?c_out, chanend ?c_spd_out
|
||||
int syncError = 0;
|
||||
unsigned lrval;
|
||||
|
||||
if (!firstIteration)
|
||||
{
|
||||
InitPorts_slave(divide);
|
||||
}
|
||||
else
|
||||
{
|
||||
firstIteration = 0;
|
||||
}
|
||||
InitPorts_slave(divide);
|
||||
|
||||
while (!syncError)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user