sof
sof copied to clipboard
Sound Open Firmware
**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...
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   **Describe the solution...
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...
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 - [ ]...