commit | 81e9b0a078894841a50a8dd666fd64ca452a2a50 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Tue Mar 27 14:30:42 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 17 18:07:28 2018 +0100 |
tree | 0a52ae1223a5c5f6d32b42118c9522add9dfa9cd | |
parent | f11a5c27f9287cacad74af31cd92d4413eccc05a [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>