Merge "audio-kernel: Add audiolite dlkm"

This commit is contained in:
qctecmdr
2024-04-03 21:59:36 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Build audiolite kernel driver
AUDIO_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/ipcc_shmem_test_module.ko

View File

@@ -9,6 +9,12 @@ else
endif
endif # TARGET_DISABLE_AUDIO_DLKM
ifeq ($(TARGET_USES_AUDIOLITE), true)
AUDIO_DLKM_ENABLE := false
include vendor/qcom/opensource/audio-kernel/audio_audiolite_kernel_modules.mk
BOARD_VENDOR_KERNEL_MODULES += $(AUDIO_KERNEL_MODULES)
endif
ifeq ($(AUDIO_DLKM_ENABLE), true)
include vendor/qcom/opensource/audio-kernel/audio_kernel_modules.mk
ifeq ($(ENABLE_AUDIO_LEGACY_TECHPACK),true)