Jyri Sarha

Results 19 issues of Jyri Sarha

No strems can be captured from pipelines located on other cores than core 0. The probe points can be added and the firmware accepts and reports them correctly, but no...

bug
P3

Code to decode pipline create messages payload. E.g. this code is written to test this PR: https://github.com/thesofproject/linux/pull/5537

Add shell command to track how many resource tracking containers each module instances uses in its lifetime. This is now a draft PR as I have more important PRs to...

The current rballoc_align() implementation has this line: assert(IS_ALIGNED(mem, align)); Which will cause division by zero due to IS_ALIGNED() Zephyr implementation: define IS_ALIGNED(ptr, align) (((uintptr_t)(ptr)) % (align) == 0) So better...

TDFB, Template_comp, tensorflow, up_down_mixer, and volume -modules

This code is only for testing the SOF Driver parts showing the global capture hw mute indicator here: https://github.com/thesofproject/linux/pull/5310

This is my first step towards implementing pipeline specific heaps. There is brand new create message payload definition and implementation. However, the target has already moved so that this payload...