Re: [PATCH 1/1] ASoC: fsl: fsl_ssi: Add dev_err_probe if PCM DMA init fails

2024-03-25 Thread Mark Brown
On Thu, 14 Mar 2024 15:16:42 +0100, Alexander Stein wrote: > This happens especially if this driver is built-in, but SDMA driver > is configured as module. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl: fsl_ssi: Add dev_er

Re: [PATCH 1/1] ASoC: fsl: fsl_ssi: Add dev_err_probe if PCM DMA init fails

2024-03-20 Thread Shengjiu Wang
On Thu, Mar 14, 2024 at 10:16 PM Alexander Stein wrote: > > This happens especially if this driver is built-in, but SDMA driver > is configured as module. > > Signed-off-by: Alexander Stein Acked-by: Shengjiu Wang Best Regards Shengjiu Wang > --- > sound/soc/fsl/fsl_ssi.c | 4 +++- > 1 file c

[PATCH 1/1] ASoC: fsl: fsl_ssi: Add dev_err_probe if PCM DMA init fails

2024-03-14 Thread Alexander Stein
This happens especially if this driver is built-in, but SDMA driver is configured as module. Signed-off-by: Alexander Stein --- sound/soc/fsl/fsl_ssi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index ab6ec1974807..4ca