OSDN Git Service

ASoC: add soc-component.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 26 Jul 2019 04:49:48 +0000 (13:49 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 5 Aug 2019 15:16:19 +0000 (16:16 +0100)
commit4ff1fef10f353b928bcc9d56d31fda53f2c43191
tree612cd11c7aa0701b2317ab2a22e3db38c066718d
parent57cb28856ed8db11faa7cc1c751eb6ad00e7c3f0
ASoC: add soc-component.c

ALSA SoC has many snd_soc_component_xxx(), but these are randomly
located in many files. Because of it, code is difficult to read.
This patch creates new soc-component.c, and moves existing
snd_soc_component_xxx() into it.
But not yet fully. We need more cleanup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87imrp5roa.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h [new file with mode: 0644]
include/sound/soc.h
sound/soc/Makefile
sound/soc/soc-component.c [new file with mode: 0644]
sound/soc/soc-core.c
sound/soc/soc-jack.c
sound/soc/soc-utils.c