Ranjani Sridharan
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...
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...
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%...
**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...