From f42b00279560b00d5c90303dd282d38fce917723 Mon Sep 17 00:00:00 2001 From: Govind Jeyaram Date: Mon, 17 Jul 2017 17:28:59 -0700 Subject: [PATCH] PASDK-218: Relocating OB buffers to L2 (temporary workaround) --- pasdk/test_dsp/framework/itopo/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2