sof
sof copied to clipboard
Sound Open Firmware
Although this patch doesn't support large_config_set|get and corresponding per-channel process, it can support simple usage of selector and support capture applications like voice recoder, zoom on windows platform. It will...
Moved hardcoded cycles values for DMIC IO from dmic.h header to per-platform configuration file (defconfig files for non-Zephyr builds and app/boards for Zephyr builds). Added new entry to intel drivers...
**Describe the bug** SOF freezes when playing file with following parameters: 44.1Khz, 32bits, 2 channels. Only FW compiled with Xtensa toolchain see this issues. GCC builds are ok. **To Reproduce**...
This is the first step to enable multi-stream capture as a reference for topology1 platforms. Before splitting streams, we first need to split the capture pipelines in two. The modified...
Adding multiple PCM streams (pipelines) to the mixer component may result in possibility of Saturation in the output. Hence, need mixer enhancements to overcome this.
First commit switches to script generated twiddle_32.h Second commit adds the 16 bit FFT version. The FFT API has changed with added number argument 16 or 32 to fft_plan_new() to...
Library manager is part of loading external libraries responsible of handling data and placing it in proper order and places. After receiving IPC4 load library command - reads manifest -...
**Describe the bug** `pipeline_for_each_comp()` is used on multiple code paths to iterate pipeline components and to scan connected pipelines recursively. It uses buffer `.walking` flags to prevent returning to already...
**Describe the bug** Running sof-test with SOF 2.2 production-signed firmware results in failure for all capture tests FAIL: capture-d100l1r1; capture_d1l100r1; capture_d1l1r50; This is on a device with Fedora 36 installed...