sof
sof copied to clipboard
Sound Open Firmware
Mostly mechanical code movement to begin splitting ipc infra into kernel and user files. No impact for non MMU based devices. No changes to ipc processing.
**Is your feature request related to a problem? Please describe.** Static analysis is an excellent way to catch bugs, its free lets use it **Describe the solution you'd like** Coverity...
ipc4_get_drv() is called from ipc4_get_comp_drv() in IPC context, and that can run on different cores, so just disabling local interrupts doesn't provide proper protection. On the other hand IPCs are...
Test Zephyr version e22ca6b132840efb23b4a00ff7718225a0dd9f29.
Test Zephyr PR, removing literal memory regions from interruppt vector area.
**Is your feature request related to a problem? Please describe.** These modules currently use the comp driver interface and any are difficult to maintain **Describe the solution you'd like** Convert...
With XTOS removed, only native Zephyr drivers can be used with SOF. The CONFIG_ZEPHYR_NATIVE_DRIVERS Kconfig option is thus obsolete and it can be removed along with code only built when...
**Is your feature request related to a problem? Please describe.** Replace the SOF mailbox.h interface with a higher-level abstraction to send/receive IPCs from host, or some other higher level interface...
The topology supports rt712_vb multi-function codec and rt1320 on SoundWire link 3 and shareing the sdw3-clock, sdw3-data[0] and sdw3-data[1] data lanes.
**Describe the bug** This is a meta bug to track issues related to problems found by https://chromium.googlesource.com/chromiumos/platform/audiotest/+/HEAD/alsa_conformance_test.md with SOF driver. As similar discussions happen in multiple bugs, I filed a...