Re: [PATCH v3 6/7] ASoC: fsl_rpmsg: Multi-channel support in CPU DAI driver

2022-10-08 Thread Shengjiu Wang
On Fri, Sep 30, 2022 at 2:46 PM Chancel Liu wrote: > Some sound card based on rpmsg may support multi-channel. This patch > expands the maximum channels to 32. > > Signed-off-by: Chancel Liu > Acked-by: Shengjiu Wang Best regards Wang Shengjiu > --- > sound/soc/fsl/fsl_rpmsg.c | 4 ++-- > 1

[PATCH v3 6/7] ASoC: fsl_rpmsg: Multi-channel support in CPU DAI driver

2022-09-29 Thread Chancel Liu
Some sound card based on rpmsg may support multi-channel. This patch expands the maximum channels to 32. Signed-off-by: Chancel Liu --- sound/soc/fsl/fsl_rpmsg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/fsl/fsl_rpmsg.c b/sound/soc/fsl/fsl_rpmsg.c index fd