Revert "Fixed issue where is appears ports are not resynced after an error (inspection - missing test)"

This reverts commit 2e35d2804d.
This commit is contained in:
xross
2018-01-17 14:41:34 +00:00
parent c597bf6211
commit 0ab7a901b7

View File

@@ -904,6 +904,8 @@ unsigned static deliver_slave(chanend ?c_out, chanend ?c_spd_out
return command;
}
InitPorts_slave(divide);
/* Main Audio I/O loop */
while (1)
{
@@ -913,7 +915,14 @@ unsigned static deliver_slave(chanend ?c_out, chanend ?c_spd_out
int syncError = 0;
unsigned lrval;
InitPorts_slave(divide);
if (!firstIteration)
{
InitPorts_slave(divide);
}
else
{
firstIteration = 0;
}
while (!syncError)
{