ASoC: imx-audio-rpmsg: Create rpmsg channel for MICFIL
authorChancel Liu <chancel.liu@nxp.com>
Fri, 30 Sep 2022 06:44:36 +0000 (14:44 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 17 Oct 2022 11:48:13 +0000 (12:48 +0100)
commitf04189e0b85f6bbd10679e71061bf6d1ced5c539
tree2cf755aed318043786997d950988a61ed0f444e5
parent3570e6873b1a506bca4b5788d71141944c55132c
ASoC: imx-audio-rpmsg: Create rpmsg channel for MICFIL

Rpmsg channel for MICFIL can also be created through rpmsg name service
announcement. If this driver is probed, Cortex-A can access MICFIL
which is actually controlled by Cortex-M through rpmsg channel for
MICFIL. This driver also helps register ASoC platform device thus use
of PLATFORM_DEVID_AUTO macro in API can automatically create device for
each rpmsg channel.

Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20220930064441.2548505-3-chancel.liu@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/imx-audio-rpmsg.c