]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: soc-core: add soc_component_to_node()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 13 May 2019 07:06:59 +0000 (16:06 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 13 May 2019 11:44:34 +0000 (12:44 +0100)
commitc083444061ada428af71809cc12fd8f06dd2be19
tree9f0d3d93b0e42be5d83c64fa4555afd40ab7dd4b
parente2b30edfb9435879dc68cdb7ce20299492012101
ASoC: soc-core: add soc_component_to_node()

Many function are getting device_node from component
with caring its parent component.
This patch adds new soc_component_to_node() and share
same code.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c