commit | c60b613a7097cff20fdd05e2891ce69542f0d5a3 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Jun 14 20:50:37 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 18 12:16:16 2018 +0100 |
tree | f4eb4f6583a0b2d3965663e81a73976059daa4bb | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
ASoC: topology: Give more data to clients via callbacks Give topology clients more access to the topology data by passing index, pcm, link_config and dai_driver to clients. This allows clients to fully instantiate and track topology objects. The SOF driver is the first user of these new APIs and needs them to build component topology driver and FW objects. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>