Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ config SOF_ZEPHYR_SHARED_BUFFER_HEAP_SIZE
hex "Size of the shared buffer heap for SOF userspace modules"
default 0x0 if !SOF_USERSPACE_USE_SHARED_HEAP
default 0x1E000 if SOC_INTEL_ACE15_MTPM || SOC_INTEL_ACE20_LNL
default 0x1A000 if SOC_INTEL_ACE30
default 0x10000 if SOC_INTEL_ACE30
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The PR title contains a typo: "bugger" should be "buffer". While the code change is correct, the PR title should read "ptl: reduce the size of the shared buffer on ACE 3.0" to accurately describe the change being made to SOF_ZEPHYR_SHARED_BUFFER_HEAP_SIZE.

Copilot uses AI. Check for mistakes.
default 0x0
depends on USERSPACE
help
Expand Down