mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 07:26:26 -08:00
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:
parent
ae41a104d4
commit
406d69f353
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue