S666LN: Fix audio on QPR3 with alsa audio

As of Android 14 QPR3, our device requires the use of
alsa audio,# otherwise audio HAL keeps crashing with
error unable to route audio and listAudioPorts failed

Change-Id: I15b08de09ae98cf5e12d8ddeb8963f5b641422b3
Signed-off-by: fjrXTR <fajarslebew31@gmail.com>
This commit is contained in:
Marc Bourgoin
2024-07-03 07:19:00 +02:00
committed by fjrXTR
parent 16ce8a7062
commit 8b9ddfc1ab

View File

@@ -34,6 +34,9 @@ TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := generic
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a55
# Audio
BOARD_USES_ALSA_AUDIO := true
# Boot image
BOARD_BOOT_HEADER_VERSION := 4
BOARD_USES_GENERIC_KERNEL_IMAGE := true