OSDN Git Service

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)
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.


Trivial merge