Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
sdm660-common: Build custom audio amplifier
Browse files Browse the repository at this point in the history
Change-Id: I369555a9fcb06065177636b436d2e006c7a0b07d
Signed-off-by: dotkit <ewprjkt@proton.me>
  • Loading branch information
PIPIPIG233666 authored and Tiktodz committed Aug 14, 2023
1 parent 4715fac commit 36f8ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a73

# Audio
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
AUDIO_FEATURE_ENABLED_TFA98XX_AMPLIFIER := true
Expand Down
1 change: 1 addition & 0 deletions sdm660.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service

PRODUCT_PACKAGES += \
audio_amplifier.sdm660 \
audio.bluetooth.default \
audio.primary.sdm660 \
audio.r_submix.default \
Expand Down

0 comments on commit 36f8ab3

Please sign in to comment.