[PATCH] ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()

Mark Brown broonie at kernel.org
Sun Aug 28 23:03:49 CEST 2022


On Mon, 22 Aug 2022 02:35:32 +0000, Kuninori Morimoto wrote:
> commit b7898396f4bbe16 ("ASoC: soc-pcm: Fix and cleanup DPCM locking")
> added __soc_pcm_close() for non-lock version of soc_pcm_close().
> But soc_pcm_close() is not using it. It is no problem, but confusable.
> 
> 	static int __soc_pcm_close(...)
> 	{
> =>		return soc_pcm_clean(rtd, substream, 0);
> 	}
> 
> [...]

Applied to

   broonie/sound.git for-next

Thanks!

[1/1] ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()
      commit: 6bbabd28805f36baf6d0f3eb082db032a638f612

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


More information about the Alsa-devel mailing list