OSDN Git Service

ASoC: soc-core: manage platform name under snd_soc_init_platform()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 11 Sep 2018 06:51:14 +0000 (06:51 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 17 Sep 2018 17:46:06 +0000 (10:46 -0700)
commit4a9ed39477bd1635cf23b49e10f9e364329bbe46
treedd04acb1111bdccdae6eb6810690dfc73107474c
parent24b7a0aa1abec41b62c9a29a75e511d29f95033b
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>
sound/soc/soc-core.c