commit | c1e230f0f7a3cc640317aa78389258a2fa54bcde | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jun 20 09:49:27 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 24 17:23:42 2019 +0100 |
tree | a16886aa976502d582ae18c4b92cc1a530f938df | |
parent | a9ec84966f6d887b9066029596eb361b5d2af214 [diff] |
ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_component soc_find_component() is using "of_node" and "name" to finding component, but we should use snd_soc_dai_link_component now, because it is created to such purpose. This patch uses snd_soc_dai_link_component for soc_find_component(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>