]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-component: add snd_soc_component_init()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 4 Jun 2020 08:07:54 +0000 (17:07 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2020 17:21:25 +0000 (18:21 +0100)
commit02425861e72ef31e37649e7730878ddb71e296b5
treea517cd2382890624ce43fa118a1175a5a95c59a5
parent012e69e375c525630f056874277cb848d1e33f0e
ASoC: soc-component: add snd_soc_component_init()

we wantn't to directly access to component related parameter
as much as possible to keep encapsulation.
This patch adds snd_soc_component_init() for it.

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/87img7w8x2.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
sound/soc/soc-component.c
sound/soc/soc-core.c