diff options
author | Mark Brown <broonie@kernel.org> | 2017-10-10 12:23:08 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-10 12:23:08 +0300 |
commit | d7346278ccb0fd839240d916e45851227e7ef9f4 (patch) | |
tree | e58458aa6f37f60f8d666d1e7ffea316134669ea /include/sound | |
parent | 7dd5d0d954611c05a38bdf843054c639f45ce08b (diff) | |
parent | e0dac41b8c21d41534b04d520c1927c2b0ac9b5e (diff) | |
download | linux-d7346278ccb0fd839240d916e45851227e7ef9f4.tar.xz |
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 11ca867033bd..eea3007a28f1 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -468,6 +468,11 @@ int snd_soc_register_codec(struct device *dev, const struct snd_soc_codec_driver *codec_drv, struct snd_soc_dai_driver *dai_drv, int num_dai); void snd_soc_unregister_codec(struct device *dev); +int snd_soc_add_component(struct device *dev, + struct snd_soc_component *component, + const struct snd_soc_component_driver *component_driver, + struct snd_soc_dai_driver *dai_drv, + int num_dai); int snd_soc_register_component(struct device *dev, const struct snd_soc_component_driver *component_driver, struct snd_soc_dai_driver *dai_drv, int num_dai); |