
Pick the WDSP-Glink and avtimer drivers from 4.9 kernel at below cutoff - (80be7d6a313 - "msm: ADSPRPC: Fix for NULL pointer dereference") This changes are done to migrate wdsp-glink/avtimer drivers to this new audio kernel techpack. Also remove the CDSP loader from techpack audio as it is non-audio related. Change-Id: I4f55429c5cbcd24920fdcb8eb2fe3aec02af320e Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
4 lines
187 B
Makefile
4 lines
187 B
Makefile
obj-$(CONFIG_MSM_QDSP6_APRV2_GLINK) += apr.o apr_v2.o apr_tal_glink.o
|
|
obj-$(CONFIG_MSM_QDSP6_APRV3_GLINK) += apr.o apr_v3.o apr_tal_glink.o
|
|
obj-$(CONFIG_WCD_DSP_GLINK) += wcd-dsp-glink.o
|