From: Mark Brown Date: Wed, 4 Nov 2020 20:40:40 +0000 (+0000) Subject: Merge series "ASoC: topology: Change to resource managed memory" from Amadeusz Sławiń... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc3955c99cd0f9a89e22b4c66118e960f120d372;p=linux.git Merge series "ASoC: topology: Change to resource managed memory" from Amadeusz Sławiński: Almost all other allocations in ASoC API are resource managed, the only exception is soc-topology.c. This patchset clean ups few unnecessary functions in preparation for change and then changes to devm_ functions for allocation. Amadeusz Sławiński (6): ASoC: topology: Remove unused functions from topology API ASoC: topology: Remove multistep topology loading ASoC: topology: Unify all device references ASoC: topology: Change allocations to resource managed ASoC: topology: Remove empty functions ASoC: topology: Simplify remove_widget function include/sound/soc-topology.h | 13 +- sound/soc/intel/skylake/skl-topology.c | 9 +- sound/soc/soc-topology.c | 302 +++++-------------------- sound/soc/sof/pcm.c | 2 +- sound/soc/sof/topology.c | 4 +- 5 files changed, 57 insertions(+), 273 deletions(-) -- 2.25.1 --- bc3955c99cd0f9a89e22b4c66118e960f120d372