]> asedeno.scripts.mit.edu Git - linux.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)
commit09d4cc03ff77790872b8b9e51b6d7b5863686fc5
treec2ad98a3e4aaeeec250855c1190191b5ab572db2
parentc083444061ada428af71809cc12fd8f06dd2be19
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