Laurentiu Mihalcea

Results 43 comments of Laurentiu Mihalcea

> oh, what is the use case. I'm confused by why this error would occur during playback ? It probably happened in the beginning when the playback and capture pipeline...

> @LaurentiuM1234 @lgirdwood sorry I still don't understand why this is now called "preempt domain," isn't it doing the same as what the DMA domain is doing with XTOS? You...

**V5 changes** 1) Changed name of the Zephyr thread to "pdomain_thread". This should give it a more generic name and remove the LL naming. 2) Changed ZEPHYR_LL_STACK_SIZE to ZEPHYR_PDOMAIN_STACK_SIZE. 3)...

@lyakh Makes sense. Will revert back to `dma`-based naming. > However, I also think that if at this moment you cannot clearly identify which code will be re-used, it should...

**V6 changes** 1) Changed back to `dma`-based naming.

> @dbaluta @LaurentiuM1234 This seems to need a SOF side fix for devicetree error: Label 'sai3' appears on /dai@42660000 and on /memory@42660000 > > @lyakh Really don't know what to...

Putting this on hold. Need to also make sure DTS changes are acceptable.

> imx build fail with `error: 'alias_mask' not found` ? Caused by https://github.com/zephyrproject-rtos/zephyr/pull/70219. Fix in https://github.com/thesofproject/sof/pull/8945

> @dbaluta, @LaurentiuM1234, should we move the call to stream_reset() where we call dma_config() ? You mean do it if there's no XRUN? Not sure if I can be of...

> I noticed that there may be an opportunity to break bisection (though I may misunderstand something) between the last two commits (a place where you no longer initialise a...