audio: remove function names from logging calls across src/audio #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove function names from the beginning of all logging calls in the src/audio directory to improve code readability and reduce redundancy.
Changes Made
This PR systematically removes function name prefixes (e.g.,
function_name():) from logging macro calls throughout the audio subsystem. The changes affect:src/audio/including eq_fir, asrc, google, eq_iir, volume, pipeline, module_adapter, and othersExample Changes
Before:
After:
Special Cases
When removing the function name would result in an empty string, it's replaced with "entry":
Commit Structure
Changes are organized into separate commits by subdirectory for easier review:
This cleanup improves code consistency and reduces visual noise in log messages while preserving all debugging information and context.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.