Skip to content

scattered fixes and cosmetic improvements - #11110

Open
lyakh wants to merge 2 commits into
thesofproject:mainfrom
lyakh:misc
Open

scattered fixes and cosmetic improvements#11110
lyakh wants to merge 2 commits into
thesofproject:mainfrom
lyakh:misc

Conversation

@lyakh

@lyakh lyakh commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

part of #10945

Copilot AI lite review requested due to automatic review settings August 20, 2026 14:47

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 PR makes small, mostly cosmetic cleanups in IPC4 helper/handler code while slightly simplifying the user-space LL MOD_INIT_INSTANCE handling, as part of the broader userspace LL scheduling work in #10945.

Changes:

  • Normalize formatting of a handful of IPC logging and helper calls (line wrapping / argument layout).
  • Simplify SOF_IPC4_MOD_INIT_INSTANCE handling in the userspace-LL path by using a typed pointer to the incoming message rather than copying into a local struct.
  • Add an include in pipeline-graph.c (currently duplicated in-file; see review comment).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/ipc/ipc4/helper.c Cosmetic formatting adjustments to log calls and helper invocations.
src/ipc/ipc4/handler-user.c Streamlines userspace-LL module init handling by reusing the message buffer as a typed view.
src/ipc/ipc-helper.c Cosmetic formatting changes to buffer/pipeline helper calls and log lines.
src/audio/pipeline/pipeline-graph.c Adds an LL scheduling domain include (currently duplicated).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/audio/pipeline/pipeline-graph.c
lyakh added 2 commits August 20, 2026 17:37
Use a type-cast instead of a memcpy() to obtain
struct ipc4_module_init_instance data.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Join several needlessly broken lines.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
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.

2 participants