Hi
when I run:
./audioSoc_gpp audioSoc_dsp.out davincieffect_clip.pcm
Stop and lock at:
LDRV_DRV_handshake (IN ProcessorId dspId, IN DRV_Handshake hshkCtrl)
{
...
(DSP_SUCCEEDED (status)) {
/* --------------------------------------------------------------------
* Handshake with the DSP
* --------------------------------------------------------------------
*/
status = (drvState->interface->handshake) (dspId,
drvState->linkDrvId,
hshkCtrl) ;
....
}
Why? Who can help me to resolve it?
Thanks very much!