mbox series

[0/3] ASoC: cleanup mutex lock

Message ID 87edoxx3wq.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: cleanup mutex lock | expand

Message

Kuninori Morimoto April 6, 2023, 12:14 a.m. UTC
Hi Mark

ASoC is using many type of mutex lock, but
some of them has helper function, but some doesn't.
Or, it has helper function, but is static.

This patch-set adds helper function and use it.

Kuninori Morimoto (3):
  ASoC: expand snd_soc_dapm_mutex_lock/unlock()
  ASoC: expand snd_soc_dpcm_mutex_lock/unlock()
  ASoC: add snd_soc_card_mutex_lock/unlock()

 include/sound/soc-card.h  |  17 +++++-
 include/sound/soc-dapm.h  |   5 --
 include/sound/soc.h       | 105 +++++++++++++++++++++++++++++++--
 sound/soc/soc-component.c |  12 ++--
 sound/soc/soc-compress.c  |  60 +++++++++----------
 sound/soc/soc-core.c      |   8 +--
 sound/soc/soc-dapm.c      | 119 +++++++++++++++++++-------------------
 sound/soc/soc-pcm.c       |  17 +-----
 8 files changed, 216 insertions(+), 127 deletions(-)

Comments

Mark Brown April 17, 2023, 7:28 p.m. UTC | #1
On Thu, 06 Apr 2023 00:14:51 +0000, Kuninori Morimoto wrote:
> ASoC is using many type of mutex lock, but
> some of them has helper function, but some doesn't.
> Or, it has helper function, but is static.
> 
> This patch-set adds helper function and use it.
> 
> Kuninori Morimoto (3):
>   ASoC: expand snd_soc_dapm_mutex_lock/unlock()
>   ASoC: expand snd_soc_dpcm_mutex_lock/unlock()
>   ASoC: add snd_soc_card_mutex_lock/unlock()
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: expand snd_soc_dapm_mutex_lock/unlock()
      commit: 4a778bdc7afbc422bd513c4f1cd7a9faf4bebaab
[2/3] ASoC: expand snd_soc_dpcm_mutex_lock/unlock()
      commit: 38e42f6d6c6702bbfc633fce9b579fb80cec2d59
[3/3] ASoC: add snd_soc_card_mutex_lock/unlock()
      commit: 0f3b818486796ec8895fa4ccdf15edb759bff40a

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