-
Notifications
You must be signed in to change notification settings - Fork 350
audio: aria: (cosmetic) remove function names #10504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
audio: aria: (cosmetic) remove function names #10504
Conversation
Remove function names from logging. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
There was a problem hiding this 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 removes function names from logging statements in the ARIA audio processing module, replacing them with the generic "entry" string to reduce redundancy since the function context is typically available through other means (e.g., stack traces, debug symbols).
Changes:
- Updated logging statements in five functions (
aria_init,aria_prepare,aria_reset,aria_process,aria_set_config) to use "entry" instead of function names
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
softwarecki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good cleanup
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we get these for free now with zephyr :)
Remove function names from logging.