commit | a9ec84966f6d887b9066029596eb361b5d2af214 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jun 20 09:49:23 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 24 17:23:19 2019 +0100 |
tree | 34af5a3d41dd2a7405dbd3eb807069b830a7fdbb | |
parent | 7d7db5d3c3d849c2f877be3b4c9afa7f5b5257c2 [diff] |
ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component() ALSA SoC already has snd_soc_is_matching_component() to confirming matching component, but, soc_find_component() has original implementation to confirm component. We shouldn't have duplicate implementation to do same things. This patch uses snd_soc_is_matching_component() at soc_find_component() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>