diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2021-03-12 03:38:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-25 14:58:09 +0100 |
commit | 1935050de0b6c6c961e9de51d5b5d05642f861f1 (patch) | |
tree | 8ea968758230dd893f788184d9cb422b544be843 /sound/soc/fsl/Makefile | |
parent | ASoC: dt-bindings: fsl_rpmsg: Add binding doc for rpmsg audio device (diff) | |
download | linux-1935050de0b6c6c961e9de51d5b5d05642f861f1.tar.xz linux-1935050de0b6c6c961e9de51d5b5d05642f861f1.zip |
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>
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r-- | sound/soc/fsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index b63802f345cc..f08f3cd07ff5 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile @@ -60,6 +60,7 @@ obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o obj-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o obj-$(CONFIG_SND_SOC_IMX_PCM_DMA) += imx-pcm-dma.o +obj-$(CONFIG_SND_SOC_IMX_AUDIO_RPMSG) += imx-audio-rpmsg.o # i.MX Machine Support snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o |