Skip to content

Conversation

@softwarecki
Copy link
Collaborator

The original change introduced in commit 9fcc269 incorrectly replaced rballoc with mod_alloc. This commit fixes the issue by using mod_balloc instead.

The original change introduced in commit 9fcc269 incorrectly
replaced rballoc with mod_alloc. This commit fixes the issue
by using mod_balloc instead.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Copilot AI review requested due to automatic review settings November 19, 2025 15:44
Copy link

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

This PR corrects a memory allocation function call in the SRC (Sample Rate Converter) audio module. The previous commit incorrectly used mod_alloc when replacing rballoc, and this change fixes it by using the appropriate mod_balloc function instead.

Key Changes:

  • Corrects the memory allocation function from mod_alloc to mod_balloc for delay lines buffer allocation

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

Copy link
Contributor

@tmleman tmleman left a comment

Choose a reason for hiding this comment

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

Good catch!

@lgirdwood lgirdwood merged commit 49f7b79 into thesofproject:main Nov 21, 2025
34 of 42 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.

3 participants