sof
sof copied to clipboard
Sound Open Firmware
**Describe the bug** Files under src/ipc/ipc4/ mostly use error codes from `enum ipc4_status` which includes 0 as `IPC4_SUCCESS` and positive integer values as errors, but some code in that directory...
_Originally posted by @marc-hb in https://github.com/thesofproject/sof/issues/9343#issuecomment-2278389786_ > Even if #9356 is perfect, it does not change anything to the apparently messy Kconfig situation... @andyross could you help there? Should CONFIG_INCOHERENT...
The cfg->size is the size of ipc4_base_module_cfg. The cfg->data is NULL but when such is encountered the comp_init_data_blob() allocates a zero bytes of size. Such blob is illegal and e.g....
"Out of source" builds have been used since the build was switched to CMake in 2019. So there's no need to ignore specific .o, .la and a gazillion of other...
**Describe the bug** Traces fail to build in native sim 64 bit environment due to the fact that pointers exceed the 32bit container maximum **To Reproduce** Checkout https://github.com/cujomalainey/sof/tree/top Run `scripts/fuzz.sh...
This patch adds possibility to build with cavs-nocodec.conf topology in passthrough mode with other rate than 48 kHz. The topologies built are: - sof-ptl-nocodec-dmic-4ch-96k-ssp0-96k.tplg - sof-ptl-nocodec-fpga-dmic-4ch-96k-ssp0-96k.tplg Signed-off-by: Seppo Ingalsuo
Test west update to zephyr main.
host_get_copy_bytes_normal() in host-zephyr.c aligns down copy bytes to DMA specific value: ``` return ALIGN_DOWN(dma_copy_bytes, hd->dma_copy_align); ``` For some frame sizes, this can lead to a split first and/or last frame:...
rimage currently supports both openssl v1 and v3. Openssl v1 is insecure and support for it should be removed. This is NOT high priority because it affects only "bad" people...