sof
sof copied to clipboard
Sound Open Firmware
**OBSOLETE - the newest version here:** https://github.com/thesofproject/sof-docs/pull/497 readable version: https://marcinszkudlinski.github.io/sof-docs/PAGES/architectures/firmware/sof-common/pipeline_2_0/pipeline2_0_discussion.html **Is your feature request related to a problem? Please describe.** We're heading fast for firmware fully compatible with current windows...
**Describe the bug** The testbench step in SOF CI sometimes fails with pull requests not related to test. **To Reproduce** The CI launches scripts/host-testbench.sh test. **Reproduction Rate** Rare. maybe 1/100...
At the moment LLEXT modules can only be instances of the Module Adapter API. This PR adds ability to load arbitrary code as LLEXT into SOF e.g. to provide functionality...
Add HiFi5 implementation of volume functions, compared with HiFi3 version, can reduce about 28% cycles.
**Describe the bug** Compiled SOF successfully with XCC toolchain RJ2024.3 from Cadence. When trying to run an IIR test I get a `load/store error` on DSP: ``` *** Booting Zephyr...
This is failing when fuzzing, see below. This code came with commit 4a036999118cfa7e, @marcinszkudlinski can you please comment? https://github.com/thesofproject/sof/actions/runs/10144692547/job/28048711573?pr=9338 ``` ==5054==ERROR: AddressSanitizer: SEGV on unknown address 0x00000000 (pc 0x081aecfa bp...
**Is your feature request related to a problem? Please describe.** We want to have a Virtual DAI for two reasons: - debugging and rapid prototyping. We want to be able...
Since a few days, sound has stopped working completely with spurious messages in `dmesg` appearing, namely a repetition of the following pattern: ~~~ [ 9.293136] sof-audio-pci-intel-tgl 0000:00:1f.3: ipc tx error...
This patch adds an echo reference capture PCM for speaker and jack playback. The additions are normally disabled but can be enabled with build options SDW_JACK_ECHO_REF=true and/or SDW_SPK_ECHO_REF=true. This depends...