MLK-13904-1: ASoC: fsl: add audio cpu dai driver base on rpmsg
authorShengjiu Wang <shengjiu.wang@freescale.com>
Wed, 15 Feb 2017 03:28:36 +0000 (11:28 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:41 +0000 (15:10 -0500)
commit9de2a6d695ff39bf8fc464400d352f7bfd0b6db5
tree7db7e0f5e6952b88c7ae53d81eca6a305c48b2dd
parent49534b73e497457ec6720bcac9608dee2d13910a
MLK-13904-1: ASoC: fsl: add audio cpu dai driver base on rpmsg

Add the cpu dai driver, as the rpmsg_send api can't be used in
atomic context, so using the workqueue instead of calling
rpmsg_send() directly.
The detail communication stack is defined in header file.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Acked-by: Robin Gong <yibin.gong@nxp.com>
Documentation/devicetree/bindings/sound/fsl,rpmsg-i2s.txt [new file with mode: 0644]
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_rpmsg_i2s.c [new file with mode: 0644]
sound/soc/fsl/fsl_rpmsg_i2s.h [new file with mode: 0644]
sound/soc/fsl/imx-pcm.h