Skip to content

Commit

Permalink
repair build: to refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Dobrowolski, PawelX <[email protected]>
  • Loading branch information
pjdobrowolski committed Jan 22, 2024
1 parent 4fadef7 commit 109843b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lmdk/libraries/module_example/module_example_mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/include/sof/audio/component.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
* @{
*/
Expand Down
5 changes: 0 additions & 5 deletions src/include/sof/audio/module_adapter/module/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
#include <sof/audio/source_api.h>

#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
Expand Down
2 changes: 1 addition & 1 deletion src/include/sof/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 109843b

Please sign in to comment.