commit | 4a9ed39477bd1635cf23b49e10f9e364329bbe46 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Sep 11 06:51:14 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Sep 17 10:46:06 2018 -0700 |
tree | dd04acb1111bdccdae6eb6810690dfc73107474c | |
parent | 24b7a0aa1abec41b62c9a29a75e511d29f95033b [diff] |
ASoC: soc-core: manage platform name under snd_soc_init_platform() Now "platform" is controlled by snd_soc_dai_link_component, thus its "name" can be initialized in snd_soc_init_platform(), instead of soc_bind_dai_link() local. This patch do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>