diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 3a4422ad7fb9..590957a133e2 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -62,7 +62,7 @@ CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y CONFIG_LOG_FUNC_NAME_PREFIX_INF=y CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y CONFIG_COMP_VOLUME_WINDOWS_FADE=y -CONFIG_COMP_UP_DOWN_MIXER=y +CONFIG_COMP_UP_DOWN_MIXER=n CONFIG_COMP_CHAIN_DMA=y CONFIG_SAMPLE_KEYPHRASE=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000 diff --git a/lmdk/libraries/module_example/module_example_mtl.toml b/lmdk/libraries/module_example/module_example_mtl.toml index 33487dc3405b..b2f2af470454 100644 --- a/lmdk/libraries/module_example/module_example_mtl.toml +++ b/lmdk/libraries/module_example/module_example_mtl.toml @@ -60,7 +60,7 @@ count = 1 [[module.entry]] name = "UPDWMIX" - uuid = "42F8060C-832F-4DBF-B247-51E961997B34" + uuid = "ffffffff-832F-4DBF-B247-51E961997B34" affinity_mask = "0x1" instance_count = "15" domain_types = "0" diff --git a/src/include/sof/audio/component.h b/src/include/sof/audio/component.h index a535b58ec222..d49cecc9f45b 100644 --- a/src/include/sof/audio/component.h +++ b/src/include/sof/audio/component.h @@ -35,7 +35,7 @@ struct sof_ipc_stream_posn; struct dai_hw_params; struct timestamp_data; struct dai_ts_data; - +#ifdef MODULE_PRIVAT /* types of component */ enum sof_comp_type { SOF_COMP_NONE = 0, @@ -73,7 +73,7 @@ struct tr_ctx { const struct sof_uuid_entry* uuid_p; /**< UUID pointer, use SOF_UUID() to init */ uint32_t level; /**< Default log level */ }; - +#endif /** \addtogroup component_api Component API * @{ */ diff --git a/src/include/sof/audio/module_adapter/module/generic.h b/src/include/sof/audio/module_adapter/module/generic.h index 608cbebb637a..fc167f0fa14f 100644 --- a/src/include/sof/audio/module_adapter/module/generic.h +++ b/src/include/sof/audio/module_adapter/module/generic.h @@ -23,11 +23,6 @@ #include #include "module_interface.h" -#ifndef MODULE_PRIVAT -#if CONFIG_INTEL_MODULES -#include "modules.h" -#endif -#endif /* * helpers to determine processing type * Needed till all the modules use PROCESSING_MODE_SINK_SOURCE diff --git a/src/include/sof/trace/trace.h b/src/include/sof/trace/trace.h index e31bf24642bf..7c122b562d77 100644 --- a/src/include/sof/trace/trace.h +++ b/src/include/sof/trace/trace.h @@ -382,7 +382,7 @@ static inline int trace_filter_update(const struct trace_filter *filter) * DECLARE_TR_CTX, tr_ctx and component UUID system below */ #define _TRACE_INV_CLASS TRACE_CLASS_DEPRECATED -#endif //MODULE_PRIVAT + /** * Trace context. */