From: Frank Livingston Date: Fri, 11 Nov 2016 23:32:46 +0000 (-0600) Subject: Update to test PASDK-80:DSP crashes when CAR dynamically enabled over UART w/ ADC... X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=e67901a2065d51e8d2dda1012b7d9f2065d31763 Update to test PASDK-80:DSP crashes when CAR dynamically enabled over UART w/ ADC&DAC I/O. ADC Input & CAR in patches. --- diff --git a/pasdk/test_dsp/application/itopo/evmk2g/atboot.c b/pasdk/test_dsp/application/itopo/evmk2g/atboot.c index 79de5733..1e76afea 100644 --- a/pasdk/test_dsp/application/itopo/evmk2g/atboot.c +++ b/pasdk/test_dsp/application/itopo/evmk2g/atboot.c @@ -56,8 +56,10 @@ All rights reserved. writeVOLOffsetMasterN(0x7fff), \ writeSYSRecreationModeDirect, \ writeSYSChannelConfigurationRequestSurround2ATMOS_1(4), \ - execPAIOutAnalog, \ - execPAIInHDMIStereo + execPAIOutAnalogSlave, \ + execPAIInAnalog + //execPAIOutAnalog, \ + //execPAIInHDMIStereo // //writeENCChannelMapFrom16(PAF_LEFT,PAF_RGHT,8,9,2,12,10,11,-3,-3,-3,-3,-3,-3,-3,-3), \ // Lrs/Rrs //writeENCChannelMapFrom16(PAF_LEFT,PAF_RGHT,8,9,2,12,6,7,-3,-3,-3,-3,-3,-3,-3,-3), \ // Ltm/Rtm diff --git a/pasdk/test_dsp/framework/itopo/patchs.c b/pasdk/test_dsp/framework/itopo/patchs.c index a12d4754..1a85fdc5 100644 --- a/pasdk/test_dsp/framework/itopo/patchs.c +++ b/pasdk/test_dsp/framework/itopo/patchs.c @@ -74,7 +74,7 @@ All rights reserved. #define SUC_TIH_ISUC SRC_TIH_ISRC #endif -//#define _CAR_ +#define _CAR_ #ifdef _CAR_ #include #include