ASoC: cleanup mutex lock
authorMark Brown <broonie@kernel.org>
Mon, 17 Apr 2023 19:12:43 +0000 (20:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 17 Apr 2023 19:12:43 +0000 (20:12 +0100)
commit97c236e2d4628bddbd1ac5877da030f9be291d30
tree27025c2ead9e864361a62d1d3086454dddf3b4c7
parent59de6c38d713bb16760cc2612a79bc373f79bc6b
parent0f3b818486796ec8895fa4ccdf15edb759bff40a
ASoC: cleanup mutex lock

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

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.