[zaptel-commits] mattf: branch 1.4 r2862 - in /branches/1.4: ./ wctdm24xxp/GpakApi.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Aug 16 15:10:40 CDT 2007
Author: mattf
Date: Thu Aug 16 15:10:39 2007
New Revision: 2862
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2862
Log:
Merged revisions 2861 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2
........
r2861 | mattf | 2007-08-16 15:10:03 -0500 (Thu, 16 Aug 2007) | 1 line
Remove some unused variables from compilation
........
Modified:
branches/1.4/ (props changed)
branches/1.4/wctdm24xxp/GpakApi.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/wctdm24xxp/GpakApi.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/GpakApi.c?view=diff&rev=2862&r1=2861&r2=2862
==============================================================================
--- branches/1.4/wctdm24xxp/GpakApi.c (original)
+++ branches/1.4/wctdm24xxp/GpakApi.c Thu Aug 16 15:10:39 2007
@@ -106,10 +106,12 @@
DSP_ADDRESS IfBlockPntr; /* Interface Block pointer */
DSP_WORD DspStatus; /* DSP Status */
DSP_WORD DspChannels; /* number of DSP channels */
+ DSP_WORD Temp[2];
+#if 0
DSP_WORD DspConfs; /* number of DSP conferences */
DSP_ADDRESS PktBufrMem; /* address of Packet Buffer */
- DSP_WORD Temp[2];
unsigned short int i; /* loop index / counter */
+#endif
/* Read the pointer to the Interface Block. */
gpakReadDspMemory(DspId, DSP_IFBLK_ADDRESS, 2, Temp);
@@ -867,7 +869,9 @@
DSP_WORD TakeIndex; /* event fifo take index */
DSP_WORD WordsReady; /* number words ready for read out of event fifo */
DSP_WORD EventError; /* flag indicating error with event fifo msg */
+#if 0
DSP_WORD *pDebugData; /* debug data buffer pointer in event data struct */
+#endif
/* Make sure the DSP Id is valid. */
if (DspId >= MAX_DSP_CORES) {
More information about the zaptel-commits
mailing list