Skip to content

audio: mixin_mixout: Correct underrun notification parameter#10995

Open
ujfalusi wants to merge 1 commit into
thesofproject:mainfrom
ujfalusi:peter/pr/fix_mixer_underrun_notif_parameter_01
Open

audio: mixin_mixout: Correct underrun notification parameter#10995
ujfalusi wants to merge 1 commit into
thesofproject:mainfrom
ujfalusi:peter/pr/fix_mixer_underrun_notif_parameter_01

Conversation

@ujfalusi

Copy link
Copy Markdown
Contributor

The MIXER_UNDERRUN_DETECTED notification is initialized to carry the pipeline_id (SOF_IPC4_PIPELINE) as resource, not the module_id.

The MIXER_UNDERRUN_DETECTED notification is initialized to carry the
pipeline_id (SOF_IPC4_PIPELINE) as resource, not the module_id.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes the IPC4 SOF_IPC4_MIXER_UNDERRUN_DETECTED notification so that the notification’s resource_id correctly carries the pipeline ID (resource type SOF_IPC4_PIPELINE) instead of the mixin module’s component/instance ID.

Changes:

  • Update the underrun notification call site to pass dev->pipeline->pipeline_id as the notification resource_id.

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.

3 participants