asoc: codec: add support for wcd939x for pineapple target

Update wcd939x api and marcro in pineapple driver
Update wcd939x macro in wcd939x driver.

Change-Id: Id87fc550e0a3aff61efee61644fd6bc15ea7c66d
Signed-off-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
Este commit está contenido en:
Prasad Kumpatla
2022-08-01 22:27:09 +05:30
cometido por Gerrit - the friendly Code Review server
padre e8212650cb
commit 23b1088e9f
Se han modificado 21 ficheros con 13813 adiciones y 14 borrados

6
asoc/codecs/wcd939x/Makefile Archivo normal
Ver fichero

@@ -0,0 +1,6 @@
modules:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) VERBOSE=1
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean