Skip to content

Commit 421536b

Browse files
committed
repair build: to refactor
Signed-off-by: Dobrowolski, PawelX <pawelx.dobrowolski@intel.com>
1 parent 82ce0a6 commit 421536b

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y
6262
CONFIG_LOG_FUNC_NAME_PREFIX_INF=y
6363
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
6464
CONFIG_COMP_VOLUME_WINDOWS_FADE=y
65-
CONFIG_COMP_UP_DOWN_MIXER=y
65+
CONFIG_COMP_UP_DOWN_MIXER=n
6666
CONFIG_COMP_CHAIN_DMA=y
6767
CONFIG_SAMPLE_KEYPHRASE=y
6868
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000

lmdk/libraries/module_example/module_example_mtl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/include/sof/audio/component.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct sof_ipc_stream_posn;
3535
struct dai_hw_params;
3636
struct timestamp_data;
3737
struct dai_ts_data;
38-
38+
#ifdef MODULE_PRIVAT
3939
/* types of component */
4040
enum 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
*/

src/include/sof/audio/module_adapter/module/generic.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
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

src/include/sof/trace/trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)