Commit 76a874ca authored by Chancel Liu's avatar Chancel Liu Committed by Mark Brown

ASoC: fsl_rpmsg: Register different ASoC machine devices

This driver helps register ASoC machine device thus use of
PLATFORM_DEVID_AUTO macro in API can automatically create device for
each sound card based on rpmsg.
Signed-off-by: default avatarChancel Liu <chancel.liu@nxp.com>
Acked-by: default avatarShengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20220930064441.2548505-6-chancel.liu@nxp.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent bdc0f6ca
...@@ -235,7 +235,7 @@ static int fsl_rpmsg_probe(struct platform_device *pdev) ...@@ -235,7 +235,7 @@ static int fsl_rpmsg_probe(struct platform_device *pdev)
rpmsg->card_pdev = platform_device_register_data(&pdev->dev, rpmsg->card_pdev = platform_device_register_data(&pdev->dev,
"imx-audio-rpmsg", "imx-audio-rpmsg",
PLATFORM_DEVID_NONE, PLATFORM_DEVID_AUTO,
NULL, NULL,
0); 0);
if (IS_ERR(rpmsg->card_pdev)) { if (IS_ERR(rpmsg->card_pdev)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment