~canonical-hwe-team/hwe-next/+git/sof:dynamic-pipeline

Last commit made on 2023-09-14
Get this branch:
git clone -b dynamic-pipeline https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
dynamic-pipeline
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

af1ac3b... by Vamshi Krishna Gopal <email address hidden>

topology1: Use DYNAMIC for ADL and RPL topologies

use dynamic for all the adl and rpl topologies except 3p(waves,DTS),
excluded Dell sdw topologies which are not tested.

Signed-off-by: Vamshi Krishna Gopal <email address hidden>

f27085f... by Seppo Ingalsuo <email address hidden>

Tools: Tune: Multiband-DRC: Add comment about generator script

This patch helps to find the right tool to create the setup blobs.

Signed-off-by: Seppo Ingalsuo <email address hidden>

623bc38... by Guennadi Liakhovetski <email address hidden>

IPC4: remove a superfluous initialisation

module_init in ipc4_init_module_instance() is completely overwritten,
no need to initialise it.

Signed-off-by: Guennadi Liakhovetski <email address hidden>

88fdb10... by Baofeng Tian <email address hidden>

audio: src: rename sample rate converter coefficient folder name

rename it from src to coef to reflect the real content inside.

Signed-off-by: Baofeng Tian <email address hidden>

611374e... by Baofeng Tian <email address hidden>

audio: src: move src header file to source folder

previously, these headers are located in include directory.
Now, move it to src/audio/src/ directory, since these headers
are only used by src module.

Signed-off-by: Baofeng Tian <email address hidden>

9fdbf1c... by Baofeng Tian <email address hidden>

audio: src: split src ipc3 and ipc4 specific file

create new files to cover ipc3 and ipc4 specific code.

Signed-off-by: Baofeng Tian <email address hidden>

ca3f44f... by Baofeng Tian <email address hidden>

audio: src: move out src component data out from src source

move component data out of source file to avoid ipc3 and ipc4
usage in src source file.

Signed-off-by: Baofeng Tian <email address hidden>

b6aad8d... by Guennadi Liakhovetski <email address hidden>

smart-amp: remove unused header

platform.h isn't needed in smart_amp_test.h, remove it from there.

Signed-off-by: Guennadi Liakhovetski <email address hidden>

3f9e6be... by Guennadi Liakhovetski <email address hidden>

module-adapter: (cosmetic) remove a redundant check

rfree(NULL) is valid, remove a redundant NULL check.

Signed-off-by: Guennadi Liakhovetski <email address hidden>

2c54a54... by Guennadi Liakhovetski <email address hidden>

module-adapter: make interface const

Module adapter interfaces are a collection of methods, implementing
the API, they never change. Make them const.

Signed-off-by: Guennadi Liakhovetski <email address hidden>