sof
sof copied to clipboard
Sound Open Firmware
Make use of k_busy_wait instead of idelay. Note that this PR depends on https://github.com/thesofproject/sof/pull/6416 and it also brings patch from that PR in order for CI to run.
Stable-v2.2 is the recommended branch for Intel released platforms till RPL. So cherry pick these 2 topology commits from main to stable-v2.2: 586716e1b93037e06b6ba6dbd05c7fe7ac7c9ce4 topology1: CMakeLists: add ADL support for ES83x6...
Combination of reverts and fixes to find a stable baseline for IPC4 tests.
If a comp is not shared, it is not necessary to invalidate/writeback at all. Signed-off-by: Ranjani Sridharan
**Describe the bug** Commit c3c94fc5151886f ("header: rtos: use rtos specific version of wait.h") breaks i.MX platforms running SOF with Zephyr. This happens because commit uses `k_cycle_get_64` which always returns `0`...
b3106c396e540c260bba3b08c218f6598ea74726 module_adapter: get the actual period_bytes b9889d52d0e1b6002ee016b55fa0487544fc0593 module_adapter: Modify reset API 53b3bc6a956ae5957966336f88980438f1f85a88 module_adapter:Fix dangling pointer issue in module reset
This PR added multi stream capture support on SSP.
Add an intermediate pipeline between the host and DAI pipelines. Signed-off-by: Ranjani Sridharan
**Describe the bug** #6318 seems to have caused a major regression found in[ daily 15919?model=TGLU_RVP_NOCODEC_CAVSIPC4&testcase=check-playback-100sec](https://sof-ci.sh.intel.com/#/result/planresultdetail/15919?model=TGLU_RVP_NOCODEC_CAVSIPC4&testcase=check-playback-100sec), most tests are failing. From `/var/log/syslog` (`/var/log/journal/` has been entirely deleted on that system?!?) ```...
**Describe the bug** Tests affected: 17_01_TestMultiCoreMultiKernelSsp24000Hz24b32b8ch 17_06_TestMultiCoreCompSrcPlb48000Hz32b32b8ch 17_08_TestMulticoreKdCore1PlaybackD0ix16000Hz16b16b 17_09_TestMulticoreKdWithResetCore0PlaybackD0ixCoreSwitch16000Hz24b32b **Topology** ``` pipe_plb core 0 +--------------------+ +----------+ | +------+ +-----+ | +----+ | Host plb |----->|Buffer|-->| Dai |---->|SSP0| +----------+ | +------+...