Skip to content

Commit fe5c842

Browse files
ranj063lrgirdwo
authored andcommitted
library: fix host library build errors
This patch fixes the errors in host library compilation. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent 14d3d18 commit fe5c842

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/audio/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SOF_SRC = \
3131

3232
SRC_SRC = \
3333
src.c \
34-
src_core.c
34+
src_generic.c
3535

3636
EQ_FIR_SRC = \
3737
eq_fir.c \

src/library/include/platform/memory.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#endif
3939

4040
#define HEAP_BUFFER_SIZE (1024 * 128)
41+
#define PLATFORM_HEAP_RUNTIME 1
42+
#define PLATFORM_HEAP_BUFFER 3
4143

4244
#if 0
4345
/* physical DSP addresses */

0 commit comments

Comments
 (0)