ASoC: imx-audio-rpmsg: Add rpmsg_driver for audio channel
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 12 Mar 2021 02:38:43 +0000 (10:38 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 25 Mar 2021 13:58:09 +0000 (13:58 +0000)
commit1935050de0b6c6c961e9de51d5b5d05642f861f1
tree8ea968758230dd893f788184d9cb422b544be843
parent49c6bf62498344fa8f8af2314231f3eb37e0e150
ASoC: imx-audio-rpmsg: Add rpmsg_driver for audio channel

This driver is used to accept the message from rpmsg audio
channel, and if this driver is probed, it will help to register
the platform driver, the platform driver will use this
audio channel to send and receive messages to and from Cortex-M
core.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1615516725-4975-5-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/imx-audio-rpmsg.c [new file with mode: 0644]