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

**Describe the bug** When connect the 3.5 jack headphones, the device appears (detected), but there is no sound. **Environment** Operating System: Arch Linux Kernel: Linux 5.19.2-arch1-1 Hardware Model: ASUS EXPERTBOOK...

bug

At present module_adapter, period_bytes is calculated assuming the schedule period is 1ms, which could be arbitrary in practice determined by the topology. This commit replaces the present calculation by audio_stream_period_bytes()....

At present, module_adapter only propagates prepare() to the module for the first time. For modules, the specific reset() procedure only restores the initial stage after prepared, init_process() is applied to...

**Describe the bug** On my Galaxy Book2 Pro 360, there is no audio output through the internal speakers. Audio works fine with headphones (wired as well as bluetooth), could not...

bug

Continue with tplg parser and testbench refactoring to support multiple IPC versions.

In preparation for further RTOS abstraction, move the xtos and zephyr specific headers to new top level rtos directories to enable: 1) Partitioning of code by RTOS type e.g. xtos,...

Some macros defined in SoF are also being defined in Zephyr. Just avoiding redefinition un-defining these macros. Signed-off-by: Flavio Ceolin

In a topology with two connected pipelines, e.g. two playback pipelines, connected on a mixer, if one PCM is already streaming and then the other one is started too, two...