sof
sof copied to clipboard
Sound Open Firmware
…nnels The alh-copiers for 2nd and 3rd feedback links were not setting the number of channels, so it was defaulting to 2 channels. The number of channels on these copiers...
Code to decode pipline create messages payload. E.g. this code is written to test this PR: https://github.com/thesofproject/linux/pull/5537
Code for copying copier_data is ambiguous. A comment suggests that the deep copy (data structure + variable-length array) is not needed but the copy of variable-length array is performed afterwards....
Added sof-ptl-cs42l43-agg-l3-cs35l56-l2-dax.tplg for PTL platform.
**Describe the bug** A clear and concise description of what the bug is. What have you tried to diagnose or workaround this issue? Please also read https://thesofproject.github.io/latest/contribute/process/bug-tracking.html for further information...
The rest of DP-userspace commits, WiP.
This patch reworks the SOF IPC platform integration to use the generic Zephyr ipc_service instead of the Intel audio DSP specific driver. Before this change SOF was talking directly to...
**Describe the bug** Regression with https://github.com/thesofproject/sof/pull/10408 on the multiple-pipeline-all.sh test. This went unnoticed as we had https://github.com/thesofproject/sof/issues/10414 open in main (now fix merged). **To Reproduce** run the affected test **Reproduction...
We have the TDFB algorithm already implement. Would be possible to enable this processing in the sof-hda-dsp firmware / topologies pipes ? There is already hardware on the market with...
PR with changes in IPC backend.