Skip to content

Commit

Permalink
overlays: dts: use prebuilt library for production
Browse files Browse the repository at this point in the history
DTS codec targets the integration on sof-mtl-rt5650-dts.tplg. The
firmware build config should not set COMP_STUBS. At the same time the
config GOOGLE_RTC_PROCESSING_MOCK should be enabled as since its
libraries are still WIP.

Signed-off-by: Pin-chih Lin <johnylin@google.com>
  • Loading branch information
johnylin76 authored and lgirdwood committed Feb 19, 2024
1 parent 5acb38d commit 1233a22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/overlays/mtl/dts_overlay.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Use DTS pre-built library for production
CONFIG_COMP_STUBS=n
# Google RTC library is WIP
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y

CONFIG_COMP_IIR=y
CONFIG_COMP_MODULE_ADAPTER=y
CONFIG_DTS_CODEC=y

0 comments on commit 1233a22

Please sign in to comment.