Merge branch 'iosaudioaccessory' of git://git/apps/sc_usb_audio into iosaudioaccessory

This commit is contained in:
Russell
2011-11-18 12:15:53 +00:00
2 changed files with 20 additions and 10 deletions

View File

@@ -1191,7 +1191,8 @@ void decouple(chanend c_mix_out,
#ifdef IAP
GET_SHARED_GLOBAL(iap_reset, g_iap_reset);
if (iap_reset) {
if (iap_reset)
{
iap_send_reset(c_iap); // What if this happen in the middle of a send/ack?
iap_reset = 0;
iap_expecting_length = 1;