File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
lmdk/libraries/module_example Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y
6262CONFIG_LOG_FUNC_NAME_PREFIX_INF=y
6363CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
6464CONFIG_COMP_VOLUME_WINDOWS_FADE=y
65- CONFIG_COMP_UP_DOWN_MIXER=y
65+ CONFIG_COMP_UP_DOWN_MIXER=n
6666CONFIG_COMP_CHAIN_DMA=y
6767CONFIG_SAMPLE_KEYPHRASE=y
6868CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ count = 1
6060
6161 [[module .entry ]]
6262 name = " UPDWMIX"
63- uuid = " 42F8060C -832F-4DBF-B247-51E961997B34"
63+ uuid = " ffffffff -832F-4DBF-B247-51E961997B34"
6464 affinity_mask = " 0x1"
6565 instance_count = " 15"
6666 domain_types = " 0"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ struct sof_ipc_stream_posn;
3535struct dai_hw_params ;
3636struct timestamp_data ;
3737struct dai_ts_data ;
38-
38+ #ifdef MODULE_PRIVAT
3939/* types of component */
4040enum sof_comp_type {
4141 SOF_COMP_NONE = 0 ,
@@ -73,7 +73,7 @@ struct tr_ctx {
7373 const struct sof_uuid_entry * uuid_p ; /**< UUID pointer, use SOF_UUID() to init */
7474 uint32_t level ; /**< Default log level */
7575};
76-
76+ #endif
7777/** \addtogroup component_api Component API
7878 * @{
7979 */
Original file line number Diff line number Diff line change 2323#include <sof/audio/source_api.h>
2424
2525#include "module_interface.h"
26- #ifndef MODULE_PRIVAT
27- #if CONFIG_INTEL_MODULES
28- #include "modules.h"
29- #endif
30- #endif
3126/*
3227 * helpers to determine processing type
3328 * Needed till all the modules use PROCESSING_MODE_SINK_SOURCE
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ static inline int trace_filter_update(const struct trace_filter *filter)
382382 * DECLARE_TR_CTX, tr_ctx and component UUID system below
383383 */
384384#define _TRACE_INV_CLASS TRACE_CLASS_DEPRECATED
385- #endif //MODULE_PRIVAT
385+
386386/**
387387 * Trace context.
388388 */
You can’t perform that action at this time.
0 commit comments