X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=blobdiff_plain;f=pasdk%2Ftest_dsp%2Fframework%2FaudioStreamInpProcNewIO.c;h=4e6b92cd39af8504329d44bab98f1dae4743c862;hp=6400252941abd461e026217fae7636b14f382610;hb=e5c0f14ca8415577b4f3f3bded1c8cca7b58557d;hpb=bd6f56551305e217d07a65a24875dc6e426dabb1 diff --git a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c index 64002529..4e6b92cd 100644 --- a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c +++ b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c @@ -1181,8 +1181,8 @@ Int asitSelectDevices( // Requested device is other than InNone // - //if (!d10Initialized) - //{ + if (!d10Initialized) + { // FL: probably no harm in calling this for every new i/f request. // However, it can probably be moved to main() or sys init task. // Initialize McASP HW details @@ -1191,13 +1191,13 @@ Int asitSelectDevices( // Initialize Rx hardware D10_init((void *)pD10Params); - // d10Initialized=1; - //} - - if (!d10Initialized) - { - d10Initialized=1; // global flag indicating D10 init completed + d10Initialized=1; } + + //if (!d10Initialized) + //{ + // d10Initialized=1; // global flag indicating D10 init completed + //} pReqLldCfg = (mcaspLLDconfig *)pD10Params->sio.pConfig; if (pReqLldCfg->hMcaspChan == NULL)