[PATCH v3 4/4] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
Markus Elfring
Markus.Elfring at web.de
Mon Jun 17 12:30:11 PDT 2024
I suggest to specify email addresses for message recipients not only
in the header field “Cc”.
…
> +++ b/sound/soc/fsl/lpc3xxx-i2s.c
> @@ -0,0 +1,393 @@
…
> +static int lpc3xxx_i2s_startup(struct snd_pcm_substream *substream, struct snd_soc_dai *cpu_dai)
> +{
…
> + int ret = 0;
> +
> + mutex_lock(&i2s_info_p->lock);
…
> +lpc32xx_unlock:
> + mutex_unlock(&i2s_info_p->lock);
> + return ret;
> +}
…
Would you become interested to apply a statement like “guard(mutex)(&i2s_info_p->lock);”?
https://elixir.bootlin.com/linux/v6.10-rc4/source/include/linux/mutex.h#L196
Regards,
Markus
More information about the linux-arm-kernel
mailing list