From e78b87b59b5e8b9a40843fc726e7ee7059a7134e Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 31 Jan 2014 00:22:21 +0100 Subject: [PATCH] libecasoundc: retry eci_impl_fd_read() even if poll timeout has expired --- libecasoundc/ecasoundc_sa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libecasoundc/ecasoundc_sa.c b/libecasoundc/ecasoundc_sa.c index 7692cae..bbe736b 100644 --- a/libecasoundc/ecasoundc_sa.c +++ b/libecasoundc/ecasoundc_sa.c @@ -1041,8 +1041,6 @@ static void eci_impl_read_return_value(struct eci_internal* eci_rep, int timeout else { if (res < 0) { ECI_DEBUG_1("(ecasoundc_sa) timeout when reading return values (attempts=%d)!\n", attempts); - eci_rep->parser_repp->sync_lost_rep = true; - break; } } ++attempts; -- 1.9.rc1