sof icon indicating copy to clipboard operation
sof copied to clipboard

Sound Open Firmware

Results 493 sof issues
Sort by recently updated
recently updated
newest added

This patch introduces telemetry by adding systick info measurements. Also adds basic implementations of ipc's used for by our tests for systick info measurements. Currently this implementation only handles measurement...

Removed unnecessary functions from Processing Module Adapter. To ensure proper operation of native loadable modules it is necessary to bypass Processing Module Adapter used by FDK modules. This is currently...

This is almost exactly the code as it stands in PR #8571, but rebased on top of current main (which descends from mtl-008-drop-stable) and with as many individual changes split...

This PR addresses an issue with non-iadk loadable modules for which the `modules_free` function is not called. For some of following commits I already prepared PRs - pending review. -...

**Describe the bug** IPC error while running "~/sof-test/test-case/check-xrun-injection.sh -c 10 -m playback" as part of larger test plan (daily sof-test plan). **To Reproduce** Run test plan including check-xrun-injection.sh. **Reproduction Rate**...

bug
P2
MTL
LNL

**Describe the bug** With mtl-008 and main branch FW - video is not smooth with google assistant enabled **To Reproduce** - Boot the chromebook and log in to credentials. -...

bug
P1
MTL
mtl-008

**Describe the bug** Observed this issue in daily test. There's no obvious error in kernel message, but there're some `dai_intel_ssp` errors in mtrace. The reproduction rate is ~50%. ``` [...

bug
P2
I2S
multicore
MTL
LNL

~~Added function for CMake to build modules using python scripts Now using -l switch triggers CMakeLists for module passed after switch. f.e. xtensa-build-zephyr.py -u mtl -k ../keys/mtl_private_key.pem -l smart_amp_test~~ We...