]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 13 May 2019 07:07:20 +0000 (16:07 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 13 May 2019 11:44:51 +0000 (12:44 +0100)
commit54961f996f50ddc1ed5c32daf80ee8aba49eb3d9
treec2ad98a3e4aaeeec250855c1190191b5ab572db2
parent61c3995f1256b6fb4219d9de8367319d91c6f15d
ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()

soc-core core already has soc_find_component() which find
component from device node.
Let's use existing function to find component.

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