Laurentiu Mihalcea
Laurentiu Mihalcea
Currently, when we're trying to pause and then resume a stream we get an error message from the FW saying that a `comp_trigger()` operation failed. This was caused by the...
This is a very rough attempt to implement the DMA domain on Zephyr. Most of it is inspired from dma_multi_chan_domain. Initially, I tried using the same approach as zephyr_domain.c as...
Zephyr PR#70219 changes i.MX8ULP's SOC name to MIMX8UD7. As such, we need to update the board configuration file and the SOC name inside `xtensa-build-zephyr.py` to use the new SOC name....
Note: cleanup will be done in separate PRs after this is merged
Attempting to bring back the state transition logic in `dai-zephyr`'s `dai_comp_trigger_internal()` that was initially removed by 6ffb0526910e0d3410f3a9dd5b68457d359cc8f4 seems to break some tests from the Intel CI. The logic is needed...
For testing SOF build on new platform with ARM architecture.
Enable device PM runtime for imx8m. This also includes a manifest. TODO: do the manifest update in separate PR for visibility.