]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6e79579051db1b84b80fbf540483c672def5c36c
treedd04acb1111bdccdae6eb6810690dfc73107474c
parentd949ff46a08868ce914818f07b15e4c890fa47f3
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