From 0db9def1aa0558b60cf487f0e4d0b6a1bc28d298 Mon Sep 17 00:00:00 2001 From: Marc Bourgoin Date: Fri, 26 Jul 2024 00:38:22 +0800 Subject: [PATCH] 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 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 35ed615..3a7ca41 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -23,6 +23,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