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

**Is your feature request related to a problem? Please describe.** Move to IPC4 for all i.MX platform - [ ] imx8m (i.MX8MP) - [ ] imx8 (i.MX8QM) - [ ]...

enhancement
IMX
v2.8

**Describe the bug** The JD issue has been fixed on LNL-SDW platforms, so now we are able to check the audio quality on LNL-SDW. Now I observed the audio glitches...

bug
P2
SDW
Intel Linux Daily tests
LNL
Known PR Failures

testing https://github.com/zephyrproject-rtos/zephyr/pull/68287

This is done as preparation for testbench IPC4 support. The update to IPC4 is simpler for a module adapter component.

*** DO NOT MERGE *** Draft CI run for posture feature.

Introduce a arithmetic bitwise saturation function operations across different integer sizes (8, 16, 24, 32 bits) in the processing block. - Replaced `if-else` checks with bitwise masks to handle overflow...

Using S32_LE wastes bandwdith for no good reason, we should use 24 bits on the link to maximize bus efficiency with the 9.6 MHz bus clock. ~~FIXME: it's likely we...

Adds global performance measurements feature. It measures performance of a limited number of module instances. This feature is disabled by default and enabled by an IPC message.

The PTL platform merged without a toolchain added to the Zephyr SDK for the ace30_ptl SOC, or any other way to create one. This means that builds from a bare...

bug