[SCM] ecasound/master: Add 03_increase-read-timeout.patch to fix timeout on MIPS

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Thu Feb 6 22:17:56 UTC 2014


The following commit has been merged in the master branch:
commit 56738c093ecff3cea8d2e3e69c9f3655b06b051f
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Jan 31 00:46:49 2014 +0100

    Add 03_increase-read-timeout.patch to fix timeout on MIPS
    
    Closes: #736616

diff --git a/debian/patches/03_increase-read-timeout.patch b/debian/patches/03_increase-read-timeout.patch
new file mode 100644
index 0000000..914c10c
--- /dev/null
+++ b/debian/patches/03_increase-read-timeout.patch
@@ -0,0 +1,18 @@
+Description: Increment read timeout in libecasoundc
+Origin: upstream
+Bug-Debian: http://bug.debian.org/736616
+Author: Alessandro Ghedini <ghedo at debian.org>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2014-01-31
+
+--- a/libecasoundc/ecasoundc_sa.c
++++ b/libecasoundc/ecasoundc_sa.c
+@@ -88,7 +88,7 @@
+ #define ECI_MAX_RESYNC_ATTEMPTS    9
+ #define ECI_MAX_LAST_COMMAND_SIZE  64
+ 
+-#define ECI_READ_TIMEOUT_MS        5000
++#define ECI_READ_TIMEOUT_MS        15000
+ #define ECI_READ_RETVAL_TIMEOUT_MS 30000
+ 
+ #define ECI_STATE_INIT             0
diff --git a/debian/patches/series b/debian/patches/series
index ba92277..650bd14 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02_build-shared-libecasoundc.patch
+03_increase-read-timeout.patch

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list