~canonical-hwe-team/hwe-next/+git/sof:mtl-008-cherrypick

Last commit made on 2024-04-09
Get this branch:
git clone -b mtl-008-cherrypick https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
mtl-008-cherrypick
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

6a7abf8... by Mac Chiang

topology2: sof-mtl-rt5650: add SSP FMT 24 bits support

Use 24 bits format on playback and capture pipelines if codec needs,
e.g. RT5650 HS/SPK codec.

Signed-off-by: Mac Chiang <email address hidden>
(cherry picked from commit 980f193d0982206c8e8ad52960fd0e7e7374e7fa)

33fb3a4... by Mac Chiang

topology2: fix nhlt binary file naming

All topologies are built in parallel. The same name will lead
to file overrides. Therefore, correct to use the respective file
names properly.

Signed-off-by: Mac Chiang <email address hidden>
(cherry picked from commit 7bd3f0c6e891cf0f17aee854602238fe7b15edd8)

a7bd27c... by Mac Chiang

topology2: remove USE_CHAIN_DMA flag as it's applied to iDisp links.

The CHAIN_DMA has been replaced with HDMI_USE_CHAIN_DMA, which was already
enabled by default on iDisplay HDAudio codec in hdmi-default.conf.

Signed-off-by: Mac Chiang <email address hidden>
(cherry picked from commit 1004762500f09be152615bbf3bb7f5dfc99eeb3f)

6549c6f... by Mac Chiang

topology2: cavs-mixin-mixout-eqiir-dts: fix the indentation

Replace whitespaces with tabs.

Signed-off-by: Mac Chiang <email address hidden>
(cherry picked from commit 859c23c567a6fbac62f635eacbe6e8255a3734a7)

02d977c... by Mac Chiang

topology2: cavs-mixin-mixout-ssp: fix the indentation

Replace whitespaces with tabs.

Signed-off-by: Mac Chiang <email address hidden>
(cherry picked from commit d49cfe5e460668c8414bdc4612ca4b45f8197f1a)

327e5e3... by Johny Lin <email address hidden>

topology2: cavs-rt5682 separate variants for google aec

When Google RTC AEC is not ready to launch, it shouldn't be included
in production builds for Chromebook. This commit removes Google RTC
AEC from the current variants while making another copy with suffix
"-google-aec".

Signed-off-by: Pin-chih Lin <email address hidden>
(cherry picked from commit 6c3bd4791b472df2e13b7c3c94992bd40408f18e)

5f683a9... by Kai Vehmanen

ipc4: fw_reg: downgrade FW_REGS version to 0 to disable delay reporting

Disable delay reporting as a workaround to bug
https://github.com/thesofproject/linux/issues/4781
SOF driver checks the ABI version and if it's not 1, delay reporting
is disabled.

Signed-off-by: Kai Vehmanen <email address hidden>

aa56343... by Adrian Bonislawski <email address hidden>

logger: convert: fix variable type for negative value

time_precision variable can be used as -1

Fixes commit ff9343aa4a59 ("logger: convert: Fix compile time error with
newer toolchain")

Signed-off-by: Adrian Bonislawski <email address hidden>

2886ee3... by Guennadi Liakhovetski <email address hidden>

multicore: don't enable timer interrupts on secondary cores

Keep timer interrupt handling on the primary core, this avoids
secondary cores failing to handle timer interrupts immediately after
power on.

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

8f12c9d... by Adrian Bonislawski <email address hidden>

Revert "idc: zephyr: fix race between IDC p4wq worker and new msg submission"

This reverts commit d157c603a06397ac6bb64d8478c8892d5f104e3d.