OSDN Git Service

ASoC: soc-core: initialize list at one place
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 20 Aug 2019 05:05:20 +0000 (14:05 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 22 Aug 2019 17:35:03 +0000 (18:35 +0100)
commit495efdb01f89a5fc53f9b2e61f5726d804d4a15d
tree96288f2e126b5a327df634f5077bffe2ab449504
parentb2f3e0c9e4ee2e07fd880cc0c4da20c42d633d4b
ASoC: soc-core: initialize list at one place

Initialize component related list at random place is very difficult
to read. This patch initialize it at snd_soc_component_initialize().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/87y2zozazp.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c