summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b0531d)
raw | patch | inline | side by side (parent: 2b0531d)
author | Govind Jeyaram <govind.j@ti.com> | |
Thu, 16 Feb 2017 22:30:27 +0000 (14:30 -0800) | ||
committer | Govind Jeyaram <govind.j@ti.com> | |
Thu, 16 Feb 2017 22:30:27 +0000 (14:30 -0800) |
pasdk/test_dsp/framework/itopo/params.c | patch | blob | history |
index 43b6ef0004f5e57276506d7ee582053d505773b3..0edd4247627ed4cc1fd1b0d2f2b7afa7b748ad7b 100644 (file)
// GJ Debug: The below is not required; hence 0
- // IRAM scratch memory for autodetection and stereo PCM input
+#if 0
+ // IRAM scratch memory for autodetection and stereo PCM input
// High watermark needs are set by the latter:
// double buffer stereo 32bit PCM input 512 max frame size
// 1 buffers * 512 samples/buffer * 2 words/sample * 4 bytes/word
IALG_SCRATCH, // attrs
NULL, // base
}
+#endif
+
};
const PAF_SIO_IALG_Params inpSioAlgParamsPrimary =
{
- 2,
+ 1,
inpMemTabPrimary
};