sof
sof copied to clipboard
Sound Open Firmware
Since most hardware manufacturers require Intel signatures on SOF binaries, most people who have hardware that can run SOF can't modify, rebuild and reinstall SOF. In addition the distributions that...
**Is your feature request related to a problem? Please describe.** A problem with cache management has recently been fixed by #6274 for the volume module. However, that fix has to...
This is a very rough attempt to implement the DMA domain on Zephyr. Most of it is inspired from dma_multi_chan_domain. Initially, I tried using the same approach as zephyr_domain.c as...
This test uses module interface. Signed-off-by: Rander Wang
**Describe the bug** See https://github.com/thesofproject/sof/pull/6421 and comment https://github.com/thesofproject/sof/pull/6421#issuecomment-1278770839
**Describe the bug** We observed this weird regression in today's Daily_IPC4 testing(16232). This issue happens on all our CAVS IPC4 platforms, but the symptoms are not the same on each...
**Describe the bug** The sof-wm8804 machine driver is used to put together an APL-UP2 board with an HifiBerry Digi+ HAT board. This worked fine for several years. With firmware updates,...
Add the wrong compiler currently expected by the Zephyr build system, very easy one-line change later, get sparse results for MTL NOW! Signed-off-by: Marc Herbert
**Describe the bug** This issue happens when testing multiple pipelines with SOF IPC4, we had a similar issue https://github.com/thesofproject/sof/issues/6118 before, but only happens when testing with playback, so I file...
**Describe the bug** Yesterday, we enabled the volume and mixer in cavs-nocodec tplg:https://github.com/thesofproject/sof/commit/5594ad3512830feaa478677718036ffabf51a454 This will cause some IPC errors on IPC4-NOCODEC platforms. Inner test ID:16105 Both IPC4 tester and SOF...