You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module-adapter: Size DP heap from IPC ext init data
Use IPC module init extended data (the dp_data) to determine DP module
heap size when available. Add Kconfig option
SOF_USERSPACE_DP_DEFAULT_HEAP_SIZE (default 20480) as fallback when
extended init data is not present or does not provide heap sizes.
Sanity-check the requested sizes (reject values above 64 MB) and log
the allocated heap size.
Also pass ext_init through module_adapter_mem_alloc() to
module_adapter_dp_heap_new() and fix a minor comment typo.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
0 commit comments