Bladeren bron

audio-kernel: dsp: Upgrade dsp to support 5.10 kernel

Change-Id: I774b4eb80d9b428a50b046e1b29957932a9eda11
Signed-off-by: Jyotirmoi Sarma <[email protected]>
Jyotirmoi Sarma 4 jaren geleden
bovenliggende
commit
21d89c12d0
2 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen
  1. 4 3
      dsp/Kbuild
  2. 1 1
      include/dsp/apr_audio-v2.h

+ 4 - 3
dsp/Kbuild

@@ -46,6 +46,10 @@ ifeq ($(KERNEL_BUILD), 0)
 		include $(AUDIO_ROOT)/config/konaauto.conf
 		INCS    +=  -include $(AUDIO_ROOT)/config/konaautoconf.h
 	endif
+	ifeq ($(CONFIG_ARCH_WAIPIO), y)
+		include $(AUDIO_ROOT)/config/waipioauto.conf
+		INCS    +=  -include $(AUDIO_ROOT)/config/waipioautoconf.h
+	endif
 	ifeq ($(CONFIG_ARCH_LITO), y)
 		include $(AUDIO_ROOT)/config/litoauto.conf
 		export
@@ -221,9 +225,6 @@ CHIP_NAME ?= $(MODNAME)
 CDEFINES += -DMULTI_IF_NAME=\"$(CHIP_NAME)\"
 endif
 
-ifeq ($(KERNEL_BUILD), 0)
-KBUILD_EXTRA_SYMBOLS +=$(OUT)/obj/vendor/qcom/opensource/audio-kernel/ipc/Module.symvers
-endif
 
 obj-$(CONFIG_SND_SOC_MSM_QDSP6V2_INTF) += q6_dlkm.o
 q6_dlkm-y := $(Q6_OBJS)

+ 1 - 1
include/dsp/apr_audio-v2.h

@@ -8,7 +8,7 @@
 #define _APR_AUDIO_V2_H_
 
 #include <ipc/apr.h>
-#include <audio/linux/msm_audio.h>
+#include <linux/msm_audio.h>
 
 /* number of threshold levels in speaker protection module */
 #define MAX_CPS_LEVELS 3