From 8d2d06a050b1a5de0c5139733ae5216a8a8f2632 Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Fri, 11 Sep 2009 14:38:52 +0300 Subject: importing OCT612x-01.03.00 --- .../oct6100api/oct6100_api/oct6100_chip_stats.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c') diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c index 2e57fa8..e874a81 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.02.04 $ +$Octasic_Release: OCT612xAPI-01.03.00 $ -$Octasic_Revision: 96 $ +$Octasic_Revision: 98 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -105,6 +105,7 @@ UINT32 Oct6100ChipGetStatsDef( + return cOCT6100_ERR_OK; } @@ -216,6 +217,7 @@ UINT32 Oct6100ChipGetImageInfoDef( f_pChipImageInfo->fSinLevel = TRUE; + f_pChipImageInfo->fPerChannelPlayoutControl = FALSE; for ( i = 0; i < cOCT6100_MAX_TONE_EVENT; i++ ) @@ -290,6 +292,7 @@ UINT32 Oct6100ChipGetImageInfo( f_pChipImageInfo->ulImageType = pImageInfo->byImageType; + f_pChipImageInfo->fPerChannelPlayoutControl = pImageInfo->fPerChannelPlayoutControl; for ( i = 0; i < cOCT6100_MAX_TONE_EVENT; i++ ) @@ -358,6 +361,8 @@ UINT32 Oct6100ApiChipStatsSwInit( + + return cOCT6100_ERR_OK; } @@ -416,6 +421,8 @@ UINT32 Oct6100ChipGetStatsSer( pSharedInfo->SoftBufs.ulBufPlayoutEventBufferOverflowCnt = 0; + + } f_pChipStats->ulH100OutOfSynchCount = pSharedInfo->ErrorStats.ulH100OutOfSyncCnt; @@ -429,6 +436,8 @@ UINT32 Oct6100ChipGetStatsSer( + + f_pChipStats->ulOverflowToneEventsCount = pSharedInfo->ErrorStats.ulOverflowToneEventsCnt; f_pChipStats->ulSoftOverflowToneEventsCount = pSharedInfo->SoftBufs.ulToneEventBufferOverflowCnt; f_pChipStats->ulSoftOverflowBufferPlayoutEventsCount = pSharedInfo->SoftBufs.ulBufPlayoutEventBufferOverflowCnt; -- cgit v1.2.3