diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-07-31 16:41:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-31 19:35:57 +0100 |
commit | 08ff7209faf21daa01bf66c91c321ce52d4b4bdb (patch) | |
tree | 65e53204dbbe3f2fa03fc408cd10131ed7e33c31 /include/sound/soc-component.h | |
parent | 14e5ad7d118997741aa567dfc4398f72762ff08a (diff) | |
download | linux-08ff7209faf21daa01bf66c91c321ce52d4b4bdb.tar.gz linux-08ff7209faf21daa01bf66c91c321ce52d4b4bdb.tar.bz2 linux-08ff7209faf21daa01bf66c91c321ce52d4b4bdb.zip |
ASoC: core: Relocate and expose snd_soc_component_initialize
To allow for two-step component registration, expose
snd_soc_component_initialize function and move it back to soc-core.c.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20200731144146.6678-2-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc-component.h')
-rw-r--r-- | include/sound/soc-component.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 8917b15eccae..089ea9441fd1 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -325,9 +325,6 @@ static inline int snd_soc_component_cache_sync( return regcache_sync(component->regmap); } -int snd_soc_component_initialize(struct snd_soc_component *component, - const struct snd_soc_component_driver *driver, - struct device *dev, const char *name); void snd_soc_component_set_aux(struct snd_soc_component *component, struct snd_soc_aux_dev *aux); int snd_soc_component_init(struct snd_soc_component *component); |