Re: [PATCH v3 3/7] ASoC: imx-pcm-rpmsg: Register different platform drivers

2022-10-09 Thread Shengjiu Wang
On Fri, Sep 30, 2022 at 2:46 PM Chancel Liu wrote: > This patch can register different ASoC platform drivers if there are > several rpmsg channels. Thus sound cards based on different rpmsg > channels can link to their respective platform drivers. Besides, the > name of driver is equal to the

[PATCH v3 3/7] ASoC: imx-pcm-rpmsg: Register different platform drivers

2022-09-30 Thread Chancel Liu
This patch can register different ASoC platform drivers if there are several rpmsg channels. Thus sound cards based on different rpmsg channels can link to their respective platform drivers. Besides, the name of driver is equal to the name of rpmsg channel. Signed-off-by: Chancel Liu ---