Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -40,7 +40,7 @@ CONFIG_PCM_CONVERTER_FORMAT_FLOAT=y
# SOF / audio modules / mocks
# This mock is part of official sof-bin releases because the CI that
# tests it can't use extra CONFIGs. See #9410, #8722 and #9386
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to make sure this is intended - we currently don't package loadable modules on MTL, so this will exclude this module from the binary distribution

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine as this module only used for Chrome configs.

CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y

# SOF / infrastructure
Expand Down
1 change: 1 addition & 0 deletions src/audio/data_blob.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ bool comp_is_current_data_blob_valid(struct comp_data_blob_handler
{
return !!blob_handler->data;
}
EXPORT_SYMBOL(comp_is_current_data_blob_valid);

int comp_init_data_blob(struct comp_data_blob_handler *blob_handler,
uint32_t size, const void *init_data)
Expand Down
1 change: 1 addition & 0 deletions src/ipc/ipc4/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@ void ipc4_update_source_format(struct sof_source *source,
source_set_valid_fmt(source, valid_fmt);
source_set_buffer_fmt(source, fmt->interleaving_style);
}
EXPORT_SYMBOL(ipc4_update_source_format);

void ipc4_update_sink_format(struct sof_sink *sink,
const struct ipc4_audio_format *fmt)
Expand Down
Loading