[PATCH 0/5] ASoC: merge soc_compr_open() rollback and soc_compr_free()

Mark Brown broonie at kernel.org
Thu Nov 26 21:05:30 CET 2020


On 19 Nov 2020 08:49:32 +0900, Kuninori Morimoto wrote:
> soc_compr_open() does rollback when failed (A),
> but, it is almost same as soc_compr_free().
> 
> 	static int soc_compr_open(xxx)
> 	{
> 		...
> 		if (ret < 0)
> 			goto xxx_err;
> 		...
> 		return 0;
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: soc-compress: move soc_compr_free() next to soc_compr_open()
      commit: 15a7b8c13653cc88de2db89af486e904aedc75ec
[2/5] ASoC: soc-dai: add mark for snd_soc_dai_compr_startup/shutdown()
      commit: 1e6a93cf74979e167cef8d29f6689705d9ec6735
[3/5] ASoC: soc-component: add mark for snd_soc_component_compr_open/free()
      commit: f94ba9ac20fab9af08240fde3741edf73655411d
[4/5] ASoC: soc-component: add mark for snd_soc_link_compr_startup/shutdown()
      commit: cd7c7d10e8f4ab1dac0bdb2019abc0fad995a788
[5/5] ASoC: soc-compress: add soc_compr_clean() and call it from soc_compr_open/free()
      commit: 453d32c2f7f7375c223eaf3a0a32efbb71bbd3f3

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