]> 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)
commite027bf7d1b671d693584d41d446a5977b508d61e
treec2ad98a3e4aaeeec250855c1190191b5ab572db2
parent81bac10166fe613d290d1ceebc9c6ccb2129b208
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