Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tejlmand/sof

Tags

releases/adl/v3.0-hotfix1

Toggle releases/adl/v3.0-hotfix1's commit message
topology: intel: use 38.4Mhz MCLK for all Bluetooth use-cases

Updated guidance for BT hardware is to use 38.4Mhz MCLK for both
SCO and A2DP mode. This applies for all Intel platforms supporting
Bluetooth offload.

Signed-off-by: Kai Vehmanen <[email protected]>
(cherry picked from commit 9dfd2bd)

v1.9

Toggle v1.9's commit message
topology1: fix a typo of a tplg name in CMakefile

sof-adl-rt1316-l2-mono-rt714-link0 should be
sof-adl-rt1316-l2-mono-rt714-l0

Signed-off-by: Libin Yang <[email protected]>

v1.9-rc1

Toggle v1.9-rc1's commit message
tag v1.9-rc1

releases/tgl/v13.0-hotfix3

Toggle releases/tgl/v13.0-hotfix3's commit message
buffer: alloc main buffer struct in the runtime shared zone

Buffers can be shared between cores and it is crucial to have access
to not only proper buffer data but also description data of this buffer

Signed-off-by: Adrian Bonislawski <[email protected]>

releases/tgl/v13.0-hotfix2

Toggle releases/tgl/v13.0-hotfix2's commit message
dw-dma: set LLI alignment to platform specific

It is observed that on different platforms, the LLI need to be aligned
different, e.g. it is 128 Bytes on TGL, otherwise, the LLI struct might
be clobbered and the DMA channel might get unexpected stopped, which
will eventually lead to Xrun.

Here make the LLI alignment to platform specific and use 128 Bytes for
TGL.

Signed-off-by: Keyon Jie <[email protected]>

testing

Toggle testing's commit message
memory: tigerlake: use bigger buffer zone on TGL-U/LP

On platforms where we have plenty of SRAM banks, we can use a bigger
buffer zone to make running pipelines which ask for bigger
periods/buffers.

Signed-off-by: Keyon Jie <[email protected]>

releases/tgl/v13.0-hotfix1

Toggle releases/tgl/v13.0-hotfix1's commit message
pm_runtime: longer hp sram power gating delay

Signed-off-by: Slawomir Blauciak <[email protected]>

v1.8

Toggle v1.8's commit message
topology: sof-tgl-nocodec-ci: fix DMIC16KHz PCM

Correct the wrong PCM name and pipeline number.

Fixes: 7c62a65 ("topology: sof-tgl-nocodec-ci: add dmic16k coverage")
Signed-off-by: Keyon Jie <[email protected]>

releases/tgl/v13.0

Toggle releases/tgl/v13.0's commit message
codec_adapter: cadence: change reset procedure

This patch simplifies reset procedure of cadence codecs
by only calling the init_process() function in which
XA_CMD_TYPE_INIT_PROCESS is the API call responsible for
the actual reset of codec parameters.

Signed-off-by: Marcin Rajwa <[email protected]>