commit | 243bcfafcd9a23a20867fd488dc3a35264918d87 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.cirrus.com> | Wed Sep 05 15:21:02 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Sep 05 17:11:32 2018 +0100 |
tree | 2f4ea29569699456cbd13825b2b4b5b55c9ad524 | |
parent | 4a75aae17b2a802a7267206414050408392c374c [diff] |
ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime Larger CODECs may contain many several hundred widgets and which set of parameters is selected only needs to be recorded on a per DAI basis. As such move the selected CODEC to CODEC link params to be stored in the runtime rather than the DAPM widget, to save some memory. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>