commit | cf7dc23cbfd5c4c5ab2136f19522d9b3b41acf99 | [log] [tgz] |
---|---|---|
author | Jean-Francois Moine <moinejf@free.fr> | Thu Mar 20 10:52:41 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Mar 25 18:09:20 2014 +0000 |
tree | 39df7ae9eed7c8d9305e75f9a478332f2bb8392c | |
parent | 46c39cae292fd691f32e573e6c2c854e36614c93 [diff] |
ASoC: simple-card: dynamically allocate the DAI link and properties The DAI link array and the properties (fmt, sysclk slots) are hard-coded for a single CPU / CODEC link. This patch dynamically allocates the DAI link array and the properties with the aim of supporting many DAI links. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mark Brown <broonie@linaro.org>