Remove hard-coded loopback from deliver()

This commit is contained in:
Ross Owen
2015-10-30 11:51:17 +00:00
parent ca657877e9
commit 91ac3c60bd

View File

@@ -262,7 +262,6 @@ static inline unsigned DoSampleTransfer(chanend c_out, const int readBuffNo, con
{
int tmp = inuint(c_out);
samplesOut[i] = tmp;
samplesOut[i] = samplesIn_0[0];
}
#else
inuint(c_out);