[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAEnQRZDBE7foG5qB2qeDP9GmaHybMJNj28MMW-VZLqe6tiu_bg@mail.gmail.com>
Date: Fri, 14 Feb 2025 14:04:23 +0200
From: Daniel Baluta <daniel.baluta@...il.com>
To: Chancel Liu <chancel.liu@....com>
Cc: shengjiu.wang@...il.com, Xiubo.Lee@...il.com, festevam@...il.com,
nicoleotsuka@...il.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-sound@...r.kernel.org
Subject: Re: [PATCH v2 2/2] ASoC: imx-audmix: Update correct dai names
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.liu@....com> wrote:
>
> Update correct dai names which are changed in CPU dai.
>
> Signed-off-by: Chancel Liu <chancel.liu@....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
>
>
Powered by blists - more mailing lists