sof
sof copied to clipboard
Sound Open Firmware
Fix a confusing mistake high-pass -> low_pass and typo. It's only a user help text change for "help stdlpf". Signed-off-by: Seppo Ingalsuo
A null dereference is hit when comp_update_buffer_produce() or comp_update_buffer_consume() is called with either a NULL buffer->sink or buffer->source. This condition happens regularly in IPC4 builds. Issue is limited to SOF...
This is preparing the addition of zephyr.elf, zephyr.lst and possibly other files to `build-sof-staging`. For now this PR should make no difference, the purpose is to make the actual addition...
Among other benefits this will make it possible to enable and disable testbench from the Github web interface: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow Signed-off-by: Marc Herbert
At the end of the build, parse the .ri file and print a reproducible checksum of the its content. This feature was in xtensa-build-zephyr.sh but never made it to the...
upgrade rimage to 3ee717eebc6a2a512a0216363ae77473f94532c1 3ee717eebc6a probe: mtl.toml invaliv probe type 1f4a36e21f00 mux: fix module type dcfd11bc4d5b mux: add mux cfg to list of modules d957e0368b86 rimage: make ace15 signing to...
There is no use returning ret from a previous call assigning it if pipeline_get_dai_comp_latency() has failed. In fact this crashes the firmware. Signed-off-by: Jyri Sarha
**Describe the bug** 98373 speaker pop sound occurred on upstream adl-004-drop-stable and main branch as well. experiment: 1. bypass all smart amp DSM, lib module and binary. 2. moving FE...
test native drivers build Signed-off-by: Jaska Uimonen