Hi Chancel, This change should be squashed together with patch 1/2 otherwise you break bisectability
On Fri, Feb 14, 2025 at 10:15 AM Chancel Liu <chancel....@nxp.com> wrote: > > Update correct dai names which are changed in CPU dai. > > Signed-off-by: Chancel Liu <chancel....@nxp.com> > --- > sound/soc/fsl/imx-audmix.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sound/soc/fsl/imx-audmix.c b/sound/soc/fsl/imx-audmix.c > index 50ecc5f51100..dac5d4ddacd6 100644 > --- a/sound/soc/fsl/imx-audmix.c > +++ b/sound/soc/fsl/imx-audmix.c > @@ -119,8 +119,8 @@ static const struct snd_soc_ops imx_audmix_be_ops = { > static const char *name[][3] = { > {"HiFi-AUDMIX-FE-0", "HiFi-AUDMIX-FE-1", "HiFi-AUDMIX-FE-2"}, > {"sai-tx", "sai-tx", "sai-rx"}, > - {"AUDMIX-Playback-0", "AUDMIX-Playback-1", "CPU-Capture"}, > - {"CPU-Playback", "CPU-Playback", "AUDMIX-Capture-0"}, > + {"AUDMIX-Playback-0", "AUDMIX-Playback-1", "SAI-Capture"}, > + {"SAI-Playback", "SAI-Playback", "AUDMIX-Capture-0"}, > }; > > static int imx_audmix_probe(struct platform_device *pdev) > -- > 2.47.1 > >