]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit53f946ee8441243923a56f23e9e4a4260b5a514f
tree8ea968758230dd893f788184d9cb422b544be843
parentcf8d4e77440fcdb08798b73955ea6a11c6c58824
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]