]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 5 Sep 2018 14:21:02 +0000 (15:21 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 5 Sep 2018 16:11:32 +0000 (17:11 +0100)
commit243bcfafcd9a23a20867fd488dc3a35264918d87
tree2f4ea29569699456cbd13825b2b4b5b55c9ad524
parent4a75aae17b2a802a7267206414050408392c374c
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>
include/sound/soc-dapm.h
include/sound/soc.h
sound/soc/soc-dapm.c