summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_chip_open_inst.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-18 21:06:01 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:14 +0200
commitef7d0400b4b0ea8ad3bf8e3133c3fe5d9cb39fa7 (patch)
tree0dbcc06de0849d7111c041ec128c441da02919a7 /software/include/oct6100api/oct6100_chip_open_inst.h
parent6c52d763eb9f6887ce7d09bb3b5913c80a816674 (diff)
update to PR47, and update test application to use GetCapacityPins
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@23 537310ab-6354-42db-a3cc-247b777f7be6
Diffstat (limited to 'software/include/oct6100api/oct6100_chip_open_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_chip_open_inst.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/software/include/oct6100api/oct6100_chip_open_inst.h b/software/include/oct6100api/oct6100_chip_open_inst.h
index 2017ca6..d9a0139 100644
--- a/software/include/oct6100api/oct6100_chip_open_inst.h
+++ b/software/include/oct6100api/oct6100_chip_open_inst.h
@@ -25,9 +25,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-PR43 $
+$Octasic_Release: OCT612xAPI-01.00-PR47 $
-$Octasic_Revision: 118 $
+$Octasic_Revision: 120 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -108,6 +108,7 @@ typedef struct _OCT6100_API_CHIP_CONFIG_
UINT8 fEnableProductionBist;
+ UINT32 ulProductionBistMode;
UINT32 ulNumProductionBistLoops;
} tOCT6100_API_CHIP_CONFIG, *tPOCT6100_API_CHIP_CONFIG;
@@ -293,6 +294,9 @@ typedef struct _OCT6100_API_MEMORY_MAP_
/* Rin NR field offset. */
tOCT6100_TLV_OFFSET RinAnrOfst;
+
+ /* Rin NR value field offset. */
+ tOCT6100_TLV_OFFSET RinAnrValOfst;
/* Sin Mute field offset. */
tOCT6100_TLV_OFFSET SinMuteOfst;
@@ -430,6 +434,7 @@ typedef struct _OCT6100_API_IMAGE_INFO_
UINT8 fListenerEnhancement;
UINT8 fRoutNoiseReduction;
+ UINT8 fRoutNoiseReductionLevel;
UINT8 fRinMute;
UINT8 fSinMute;