This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

remove of DMVAL

hello TI friends,

    rdk4.1, evm

    To remove the DMVAL in DSP, I just modify following and got hang. pls see 5584.log.txt  for log

Int32 AlgLink_ScdVAInitParams(AlgLink_ScdChPrm *pChPrm) //(AlgLink_ScdObj * pObj)
{

...
pChPrm->chDMVLParam.detectMode = DMVAL_DETECTMODE_DISABLE; //DMVAL_DETECTMODE_TAMPER; 

...

     Is there any thing wrong with my modification?? I just want to leave LMD function in DSP... Any idea?