diff options
author | Mengdong Lin <mengdong.lin@linux.intel.com> | 2016-01-15 16:13:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-15 19:35:59 +0000 |
commit | 64527e8a352968bda529f01df1c9dd5fe581ff04 (patch) | |
tree | b25e10c3b839f8517bd54374ffddc679b4c9ce24 /include/sound/soc.h | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-stable-64527e8a352968bda529f01df1c9dd5fe581ff04.tar.gz linux-stable-64527e8a352968bda529f01df1c9dd5fe581ff04.tar.bz2 linux-stable-64527e8a352968bda529f01df1c9dd5fe581ff04.zip |
ASoC: topology: Add FE DAIs dynamically
Topology will create FE DAIs dynamically from the PCM objects,
and register them to the component.
A PCM topoplogy object describes a FE DAI and DAI link. Later
patch will add FE DAI links as well.
Change tplg load ops for DAI:
- Only process a DAI.
- Pass the DAI driver pointer to the component driver for
extra initialization.
Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 7afb72ceac56..02b4a215fd75 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -27,7 +27,6 @@ #include <sound/compress_driver.h> #include <sound/control.h> #include <sound/ac97_codec.h> -#include <sound/soc-topology.h> /* * Convenience kcontrol builders @@ -404,6 +403,7 @@ struct snd_soc_jack_zone; struct snd_soc_jack_pin; #include <sound/soc-dapm.h> #include <sound/soc-dpcm.h> +#include <sound/soc-topology.h> struct snd_soc_jack_gpio; |