From fd551c1fa7526aca631a07f0fd3134433c9fa5fe Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Feb 2011 14:32:25 +0000 Subject: * rename voice package * sync with lantiqs release * make it work on lantiq kernel SVN-Revision: 25275 --- package/ltq-tapidemo/patches/110-no_echo_cancelation.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/ltq-tapidemo/patches/110-no_echo_cancelation.patch (limited to 'package/ltq-tapidemo/patches/110-no_echo_cancelation.patch') diff --git a/package/ltq-tapidemo/patches/110-no_echo_cancelation.patch b/package/ltq-tapidemo/patches/110-no_echo_cancelation.patch new file mode 100644 index 0000000000..d424d48470 --- /dev/null +++ b/package/ltq-tapidemo/patches/110-no_echo_cancelation.patch @@ -0,0 +1,12 @@ +Index: tapidemo-5.0.1.27/src/device_vmmc.c +=================================================================== +--- tapidemo-5.0.1.27.orig/src/device_vmmc.c 2009-11-09 15:40:31.000000000 +0100 ++++ tapidemo-5.0.1.27/src/device_vmmc.c 2010-03-30 21:32:51.000000000 +0200 +@@ -240,7 +240,6 @@ + TRACE(TAPIDEMO, DBG_LEVEL_HIGH, + ("Error, BBD file %s is not found.\n(File: %s, line: %d)\n", + pCpuDevice->pszBBD_CRAM_File, __FILE__, __LINE__)); +- return IFX_ERROR; + } + + #endif /* USE_FILESYSTEM */ -- cgit v1.2.3