summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2006-12-22 16:13:00 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:46 +0200
commit4699bfa835bd32c8c3e307968a52c474734b23bc (patch)
tree436f421e793d6f912ea3fae170c5d12c3aca69c7 /software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
parent8131500eb47e819518e0752f1c7f3e03a4a24271 (diff)
importing OCT612x-01.00-PR47
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
index ca52868..c056897 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
@@ -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-PR46 $
+$Octasic_Release: OCT612xAPI-01.00-PR47 $
-$Octasic_Revision: 87 $
+$Octasic_Revision: 88 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -204,6 +204,7 @@ UINT32 Oct6100ChipGetImageInfoDef(
f_pChipImageInfo->fPerChannelTailLength = FALSE;
f_pChipImageInfo->fListenerEnhancement = FALSE;
f_pChipImageInfo->fRoutNoiseReduction = FALSE;
+ f_pChipImageInfo->fRoutNoiseReductionLevel = FALSE;
f_pChipImageInfo->fAnrSnrEnhancement = FALSE;
f_pChipImageInfo->fAnrVoiceNoiseSegregation = FALSE;
f_pChipImageInfo->fToneDisablerVqeActivationDelay = FALSE;
@@ -260,6 +261,7 @@ UINT32 Oct6100ChipGetImageInfo(
f_pChipImageInfo->fPerChannelTailDisplacement = pImageInfo->fPerChannelTailDisplacement;
f_pChipImageInfo->fListenerEnhancement = pImageInfo->fListenerEnhancement;
f_pChipImageInfo->fRoutNoiseReduction = pImageInfo->fRoutNoiseReduction;
+ f_pChipImageInfo->fRoutNoiseReductionLevel = pImageInfo->fRoutNoiseReductionLevel;
f_pChipImageInfo->fAnrSnrEnhancement = pImageInfo->fAnrSnrEnhancement;
f_pChipImageInfo->fAnrVoiceNoiseSegregation = pImageInfo->fAnrVoiceNoiseSegregation;
f_pChipImageInfo->fMusicProtection = pImageInfo->fMusicProtection;