summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
index ffbde43..346005a 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
@@ -2,7 +2,7 @@
File: oct6100_chip_stats.c
- Copyright (c) 2001-2006 Octasic Inc.
+ Copyright (c) 2001-2007 Octasic Inc.
Description:
@@ -22,9 +22,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-PR47 $
+$Octasic_Release: OCT612xAPI-01.00-PR48 $
-$Octasic_Revision: 88 $
+$Octasic_Revision: 89 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -217,8 +217,6 @@ UINT32 Oct6100ChipGetImageInfoDef(
f_pChipImageInfo->fDoubleTalkBehavior = FALSE;
f_pChipImageInfo->fIdleCodeDetection = TRUE;
f_pChipImageInfo->fSinLevel = TRUE;
- f_pChipImageInfo->fResetAlcOnTones = FALSE;
- f_pChipImageInfo->fAlcNoiseBleedOutTime = FALSE;
for ( i = 0; i < cOCT6100_MAX_TONE_EVENT; i++ )
{
@@ -276,18 +274,12 @@ UINT32 Oct6100ChipGetImageInfo(
f_pChipImageInfo->fSinLevel = pImageInfo->fSinLevel;
f_pChipImageInfo->fDoubleTalkBehavior = pImageInfo->fDoubleTalkBehavior;
f_pChipImageInfo->fHighLevelCompensation = pImageInfo->fRinHighLevelCompensation;
- f_pChipImageInfo->fAlcNoiseBleedOutTime = pImageInfo->fAlcNoiseBleedOutTime;
if ( ( pImageInfo->fRinAutoLevelControl == TRUE ) && ( pImageInfo->fSoutAutoLevelControl == TRUE ) )
f_pChipImageInfo->fAutoLevelControl = TRUE;
else
f_pChipImageInfo->fAutoLevelControl = FALSE;
- if ( ( pImageInfo->fResetRinAlcOnTones == TRUE ) || ( pImageInfo->fResetSoutAlcOnTones == TRUE ) )
- f_pChipImageInfo->fResetAlcOnTones = TRUE;
- else
- f_pChipImageInfo->fResetAlcOnTones = FALSE;
-
f_pChipImageInfo->ulMaxChannels = pImageInfo->usMaxNumberOfChannels;
f_pChipImageInfo->ulNumTonesAvailable = pImageInfo->byNumToneDetectors;
f_pChipImageInfo->ulToneProfileNumber = pImageInfo->ulToneProfileNumber;