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** Follow-up to workaround set in https://github.com/thesofproject/sof/pull/8936 The current version of KBP can block the LL for longer periods than it has been decided for. Replace the workaround...

bug
Keyword Detection

This pull request includes a series of commits that standardize the logging format for component IDs across different parts of the audio firmware. The changes convert component ID logs from...

**Is your feature request related to a problem? Please describe.** The nocodec topology exposes redundant intermediate copiers on the SSP input path ![sof-mtl-nocodec](https://github.com/thesofproject/sof/assets/1149035/f19461a0-5292-447f-a132-31b52cf4f500) ![Screenshot from 2024-03-20 18-04-54](https://github.com/thesofproject/sof/assets/1149035/e3b01d36-99a3-4165-9e8e-b084354a9251) **Describe the solution...

enhancement
P3
topology

In IPC4 the individual channel gains are passed in separate messages. One channel may have started to ramp to a new gain while a new channel gain arrives for other...

Having to find source files to read comments is not convenient. This depends on https://github.com/zephyrproject-rtos/zephyr/pull/67019 which was merged a while ago.

This commit adds an overlay enabling kernel traces from Zephyr. Those traces may be read on the host side from memory window - [ ] https://github.com/zephyrproject-rtos/zephyr/pull/70431

Reported initially by @bardliao All SoundWire topologies currently use S32_LE, which means all 32-bits of data will be pushed on the wire. The problem is that the default frame shape...

bug

This change improves the TLV assembly algorithm in accordance with how the part for hpsram is assembled. In the case when ebb_state_dword_count is equal to 0, we skip adding the...

**Is your feature request related to a problem? Please describe.** Completely switch to Zephyr native drivers on i.MX platforms. Supported boards: - [x] i.MX8QM - [x] i.MX8QXP - [ ]...

enhancement
IMX