From: Govind Jeyaram Date: Tue, 18 Jul 2017 00:28:59 +0000 (-0700) Subject: PASDK-218: Relocating OB buffers to L2 (temporary workaround) X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=f42b00279560b00d5c90303dd282d38fce917723;ds=sidebyside PASDK-218: Relocating OB buffers to L2 (temporary workaround) --- diff --git a/pasdk/test_dsp/framework/itopo/params.c b/pasdk/test_dsp/framework/itopo/params.c index f2d15f03..37d40a29 100644 --- a/pasdk/test_dsp/framework/itopo/params.c +++ b/pasdk/test_dsp/framework/itopo/params.c @@ -688,7 +688,7 @@ const IALG_MemRec outMemTabPrimary[] = //6 * 256 * 32 * 4, // size: note: //16 * 256 * 32 * 4, // size: note: 128, // alignment - IALG_EXTERNAL, // space + IALG_SARAM, // space IALG_PERSIST, // attrs NULL, // base }