From 97546c36fdd39f75b229dfe85db89ac70eeb6bab Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 2 Oct 2007 19:07:04 +0000 Subject: merge up to PR49 git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@33 537310ab-6354-42db-a3cc-247b777f7be6 --- software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c index 4536ad4..0fe36d5 100644 --- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c +++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c @@ -23,9 +23,9 @@ You should have received a copy of the GNU General Public License along with the OCT6100 GPL API; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Octasic_Release: OCT612xAPI-01.00-PR48 $ +$Octasic_Release: OCT612xAPI-01.00-PR49 $ -$Octasic_Revision: 491 $ +$Octasic_Revision: 492 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -9556,7 +9556,7 @@ UINT32 Oct6100ApiWriteVqeNlpMemory( ulTempData &= (~ulMask); /*If we support ANR level the TLV is shared over 2 bits*/ - if (pSharedInfo->ImageInfo.fRoutNoiseReductionLevel == TRUE) + if (ulFeatureBitOffset == 18) { ulFeatureBitOffset -= 2; ausLookupTable[ f_pVqeConfig->ulNonLinearityBehaviorA ] &= 0xFFFC; -- cgit v1.2.3