Skip to content

Commit

Permalink
App: Boards: Set CONFIG_COMP_DRC=y for PTL platform
Browse files Browse the repository at this point in the history
The DRC component was not included to build. This component is used in
upstream HDA generic topology, so must be enabled. See commit
727ad82 ("Tools: Topology2: Add IIR, FIR, DRC to HDA analog
playback").

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Jul 9, 2024
1 parent 9ce6b74 commit 64e335e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CONFIG_IPC4_BASE_FW_INTEL=y
CONFIG_COMP_SRC=y
CONFIG_MM_DRV=y
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
CONFIG_COMP_DRC=y

# power settings
CONFIG_PM=y
Expand Down

0 comments on commit 64e335e

Please sign in to comment.