<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 30, 2022 at 2:46 PM Chancel Liu <<a href="mailto:chancel.liu@nxp.com">chancel.liu@nxp.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Some sound card based on rpmsg may support multi-channel. This patch<br>
expands the maximum channels to 32.<br>
<br>
Signed-off-by: Chancel Liu <<a href="mailto:chancel.liu@nxp.com" target="_blank">chancel.liu@nxp.com</a>><br></blockquote><div><br></div><div>Acked-by: Shengjiu Wang <<a href="mailto:shengjiu.wang@gmail.com">shengjiu.wang@gmail.com</a>></div><div><br></div><div>Best regards</div><div>Wang Shengjiu </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
 sound/soc/fsl/fsl_rpmsg.c | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/sound/soc/fsl/fsl_rpmsg.c b/sound/soc/fsl/fsl_rpmsg.c<br>
index fde3d5006ce0..46c7868a2653 100644<br>
--- a/sound/soc/fsl/fsl_rpmsg.c<br>
+++ b/sound/soc/fsl/fsl_rpmsg.c<br>
@@ -117,14 +117,14 @@ static struct snd_soc_dai_driver fsl_rpmsg_dai = {<br>
        .playback = {<br>
                .stream_name = "CPU-Playback",<br>
                .channels_min = 2,<br>
-               .channels_max = 2,<br>
+               .channels_max = 32,<br>
                .rates = SNDRV_PCM_RATE_KNOT,<br>
                .formats = FSL_RPMSG_FORMATS,<br>
        },<br>
        .capture = {<br>
                .stream_name = "CPU-Capture",<br>
                .channels_min = 2,<br>
-               .channels_max = 2,<br>
+               .channels_max = 32,<br>
                .rates = SNDRV_PCM_RATE_KNOT,<br>
                .formats = FSL_RPMSG_FORMATS,<br>
        },<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div></div>