sof
sof copied to clipboard
Sound Open Firmware
**Is your feature request related to a problem? Please describe.** The list of files to build is duplicated for the shared-library build. Once time in top-level `src/audio/CMakeLists.txt` and second time...
**Is your feature request related to a problem? Please describe.** FW counterpart to Linux kernel side issue https://github.com/thesofproject/linux/issues/4514 **Describe the solution you'd like** Need definition of the IPC4 interface for...
**Is your feature request related to a problem? Please describe.** When a software module is added to SOF that can be used both in XTOs and in Zephyr builds, the...
I am feeling quite clueless here, so even if this does not work, I push this out in hope someone can spot the problem. For some reason the widget tuple...
Recent IPC4 changes have been introducing Intel DSP details into the generic SOF source layer. The src/audio/base_fw.c file (despite the name, this is an IPC4-only source file) is implementing a...
This check-in introduces performance optimization modifications to the audio Echo Cancellation (AEC) implementation. The enhancements primarily focus on refining loop structures and memory copy operations to ensure more efficient use...
This quick fix avoids build of NHLT blob for the default (TGL) for LNL HDA generic platform. The DMIC part of NHLT from TGL is not suitable for LNL, while...
**Describe the bug** Observed this issue on LNL-NOCODEC platform, we had some similar DSP panic issues before, but this one seems to be a new one. The reproduction rate is...
**Is your feature request related to a problem? Please describe.** Currently some components require stacks larger than the default, if you forget to modify the stack you are in for...