From 930eafe3bb7c109ee335c0d569ee70d777f9bfe8 Mon Sep 17 00:00:00 2001 From: Frank Livingston Date: Tue, 6 Sep 2016 14:38:48 -0500 Subject: [PATCH] Fix DSP params for custom ASOT params --- .../framework/audioStreamOutProc_paramsFxns.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/audioStreamOutProc_paramsFxns.c b/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/audioStreamOutProc_paramsFxns.c index 152c95d5..20dfaf36 100644 --- a/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/audioStreamOutProc_paramsFxns.c +++ b/processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/audioStreamOutProc_paramsFxns.c @@ -54,7 +54,7 @@ All rights reserved. // Return: N.A. // Trace: None. // -const PAF_AST_Fxns PAF_ASOT_params_fxns = +const PAF_ASOT_Fxns PAF_ASOT_params_fxns = { { // initPhase[8] PAF_ASOT_initPhaseMalloc, @@ -68,33 +68,21 @@ const PAF_AST_Fxns PAF_ASOT_params_fxns = }, PAF_ASOT_initFrame0, // initFrame0 PAF_ASOT_initFrame1, // initFrame1 - NULL, //PAF_AST_passProcessing, // passProcessing - NULL, //PAF_AST_passProcessingCopy, // passProcessingCopy - NULL, //PAF_AST_autoProcessing, // autoProcessing PAF_ASOT_decodeProcessing, // decodeProcessing - NULL, //PAF_AST_decodeCommand, // decodeCommand PAF_ASOT_encodeCommand, // encodeCommand PAF_ASOT_decodeInit, // decodeInit - NULL, //PAF_AST_decodeInfo, // decodeInfo PAF_ASOT_decodeInfo1, // decodeInfo1 PAF_ASOT_decodeInfo2, // decodeInfo2 - NULL, //PAF_AST_decodeCont, // decodeCont - NULL, //PAF_AST_decodeDecode, // decodeDecode PAF_ASOT_decodeStream, // decodeStream PAF_ASOT_decodeEncode, // decodeEncode - NULL, //PAF_AST_decodeFinalTest, // decodeFinalTest PAF_ASOT_decodeComplete, // decodeComplete PAF_ASOT_selectDevices, // selectDevices - NULL, //PAF_AST_sourceDecode, // sourceDecode PAF_ASOT_startOutput, // startOutput PAF_ASOT_stopOutput, // stopOutput PAF_ASOT_setCheckRateX, // setCheckRateX PAF_ASOT_streamChainFunction, // streamChainFunction PAF_DEC_deviceAllocate, // deviceAllocate PAF_DEC_deviceSelect, // deviceSelect - NULL, //PAF_DEC_computeFrameLength, // computeFrameLength - NULL, //PAF_DEC_updateInputStatus, // updateInputStatus - NULL, /* PAF_BUF_copy, */ // copy NULL, /*headerPrint*/ // headerPrint NULL, /*allocPrint*/ // allocPrint NULL, /*commonPrint*/ // commonPrint -- 2.26.2