sof
sof copied to clipboard
Sound Open Firmware
These topologies add aggregated mode support for: cs42l43 codec on sound link 3 with internal speaker, cs35l56 left and right amplifiers on soundwire link 2, and add SSP2-BT support. sof-ptl-cs42l43-agg-l3-cs35l56-l2...
**Describe the bug** On ThinkPad X1 Carbon Gen 13 (Lunar Lake) with RT713 + RT1318 SoundWire codecs, the topology `sof-lnl-rt713-l0-rt1318-l1-2ch.tplg` fails to load because it includes DMIC widgets, but the...
The non-privileged modules code should be executed in separate thread executed in userspace mode. This way the code and data owned by such module will be isolated from other non-privileged...
**Summary** When booting with intel/sof/`sof-icl.ri` + topology intel/sof-tplg/`sof-icl-es8336-ssp0.tplg`, the SOF driver reports IPC errors for HDMI playback streams and ASoC hw_params failures (ipc tx error ... -5, sof_ipc3_pcm_hw_params), caused by...
**Describe the bug** After suspend/resume, the SOF driver enters an infinite error loop when PipeWire attempts to use the audio device. The driver repeatedly fails with `-22 (EINVAL)` on `sof_pcm_prepare`,...
Move all the module memory APIs into common and heap specific files with no other changes. This is to enable easier abstraction and partitioning around memory for modules and userspace...
Remove redundant exports of internal module adapter functions. Loadable modules expose the module_interface interface, which is used by the module adapter. They do not need to call any module_adapter functions...
**BUG REPORT** Arrow Lake-HX (Core Ultra 9 275HX) SOF firmware fails with signature validation error 0x97 - CS35L56 amplifiers non-functional **Environment** Laptop: Lenovo ThinkBook 16p G6 IAX (Model 21R0) CPU:...
Add variant of lnl-rt713-l0-rt1318 without any PCH DMICs. Link: https://github.com/thesofproject/sof/issues/10401
Currently the symlink for sof-ipc4/platform/sof-basefw.ri is not created. Fix this so that deployable builds can be copied directly to target from staging directory.