Skip to content

Commit f8b58e5

Browse files
committed
[Do not review][Do not merge]: Build sanity check
Testing llext load with SOF CI. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 98b58f3 commit f8b58e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/audio/google/google_rtc_audio_processing.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,8 @@ static int google_rtc_audio_processing_prepare(struct processing_module *mod,
617617
int ret = 0;
618618

619619
comp_info(dev, "google_rtc_audio_processing_prepare()");
620+
comp_info(dev, "hello");
621+
620622

621623
if (num_of_sources != 2 || num_of_sinks != 1) {
622624
comp_err(dev, "Invalid source/sink count");

0 commit comments

Comments
 (0)