Ranjani Sridharan

Results 20 issues of Ranjani Sridharan

**Describe the bug** Suspend/resume test with capture fails with a IO error right after resuming. **To Reproduce** SOF_LOGGING=none TPLG=/lib/firmware/intel/avs-tplg/sof-tgl-nocodec.tplg ./check-suspend-resume-with-audio.sh -m capture -l 1 **Reproduction Rate** 100% EDIT BY @XiaoyunWu6666...

bug
P2
Zephyr
TGL
ADL
IPC4

comp_new() for both IPC3 and IPC4 initializes the source/sink buffer lists already. So, remove the redundant init from the component create callbacks. Signed-off-by: Ranjani Sridharan

**Is your feature request related to a problem? Please describe.** How do we support a pipeline with deep-buffering requirement connected to the mixer-dai pipeline that runs every 1ms. This is...

enhancement
deep buffer
multi-stream

Move the host pipelines to be on a different core from that of the DAI pipeline for platforms that have 4 DSP cores. Signed-off-by: Ranjani Sridharan

**Describe the bug** Pipeline tasks are always scheduled every ms irrespective of what the topology requests. **To Reproduce** Use https://github.com/thesofproject/sof/pull/5958 for setting the pipeline period in topology **Reproduction Rate** 100%...

bug
Zephyr
TGL
ADL

**Is your feature request related to a problem? Please describe.** When multiple probe points are added with the same command, only probe points with valid input description should be added...

enhancement