sof
sof copied to clipboard
Sound Open Firmware
Adapt code to work with SOF not being a module in Zephyr. Signed-off-by: Anas Nashif
Add test for using zephyr/cache.h from user-space. Contains commits from #10119 , so marked as draft until dependency PR is first merged.
**Is your feature request related to a problem? Please describe.** Since 2022, SOF has been moving to Zephyr as its primary RTOS with work tracked in https://github.com/thesofproject/sof/issues/5794 Most SOF users...
With this patch stack I can repeatedly run playback with a modified "nocodec" topology, switching SRC to DP more, which is then converted to a user-space task by this PR....
Some preliminary work to support SOF FW userspace modules for DSPs with MMU. Still WIP.
This patch adds the 24 kHz rate to PCM capabilities. The 24 kHz rate is defined in the MPEG-2 standard. This also needs a patch to alsa-lib to build the...
**Describe the bug** `notifier_event()` is supposed to send notifications to all registered listeners. When the listener is on a different core, its callback is called in the IDC thread context,...