LG8n: 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

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Marc Bourgoin 2024-07-26 00:38:22 +08:00 committed by Shirayuki39
parent b2fd99ebbc
commit 0db9def1aa

View file

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