Skip to content

Commit

Permalink
platform: init kcps budged before any kcps adjustments
Browse files Browse the repository at this point in the history
KCPS budged should be initialized before any KCPS adjustments

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
  • Loading branch information
abonislawski committed Apr 8, 2024
1 parent 7a68ed7 commit 4e3bf98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/intel/ace/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ int platform_init(struct sof *sof)

trace_point(TRACE_BOOT_PLATFORM_CLOCK);
platform_clock_init(sof);
kcps_budget_init();

/* Set DSP clock to MAX using KCPS API. Value should be lowered when KCPS API
* for modules is implemented
Expand Down

0 comments on commit 4e3bf98

Please sign in to comment.