Skip to content

audio: mixin_mixout: fix build when XRUN reporting is disabled#10645

Merged
lgirdwood merged 1 commit intothesofproject:mainfrom
kv2019i:202603-xrun-notif-build-fix
Mar 24, 2026
Merged

audio: mixin_mixout: fix build when XRUN reporting is disabled#10645
lgirdwood merged 1 commit intothesofproject:mainfrom
kv2019i:202603-xrun-notif-build-fix

Conversation

@kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Mar 23, 2026

Build fails with CONFIG_XRUN_NOTIFICATIONS_ENABLE=n due to invalid access to "md->eos_delay_configured". Fix the build error by proper ifdefs.

Build fails with CONFIG_XRUN_NOTIFICATIONS_ENABLE=n due
to invalid access to "md->eos_delay_configured". Fix the build
error by proper ifdefs.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes a build failure in the mixin_mixout audio module when XRUN notifications are disabled (CONFIG_XRUN_NOTIFICATIONS_ENABLE=n) by preventing access to a conditionally compiled struct field.

Changes:

  • Wrap initialization of md->eos_delay_configured in mixin_prepare() with #if CONFIG_XRUN_NOTIFICATIONS_ENABLE.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lgirdwood lgirdwood merged commit b9321d2 into thesofproject:main Mar 24, 2026
48 of 56 checks passed
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.

7 participants