Skip to content

ASoC: SOF: sof-audio: skip prepared widgets when pipeline is prepared#4240

Closed
RanderWang wants to merge 1 commit into
thesofproject:topic/sof-devfrom
RanderWang:ipc4_prepare_refine
Closed

ASoC: SOF: sof-audio: skip prepared widgets when pipeline is prepared#4240
RanderWang wants to merge 1 commit into
thesofproject:topic/sof-devfrom
RanderWang:ipc4_prepare_refine

Conversation

@RanderWang

@RanderWang RanderWang commented Mar 13, 2023

Copy link
Copy Markdown

When walking the list of connected widgets, the pipeline_params for each
widget is modified by the source widget in the path in prepare case. The
first source widget is a AIF type for playback and DAI type for capture
case. In AEC case a feedback buffer is shared between two streams, one
prepared DAI widget in the stream for producing feedback buffer is included
in widget list for AEC stream and used for source widget. This will result
to incorrect pipeline_params.

This patch skip prepared widget in anther stream and use the widget in
the current stream for pipeline_param prepare.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants