Merge series "ASoC: topology: Change to resource managed memory" from Amadeusz Sławiń...
authorMark Brown <broonie@kernel.org>
Wed, 4 Nov 2020 20:40:40 +0000 (20:40 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 4 Nov 2020 20:40:40 +0000 (20:40 +0000)
commitbc3955c99cd0f9a89e22b4c66118e960f120d372
tree8ed7c29a7fc9216f1d6319aff34efaae0f9386c0
parent860bfa6d66ebe4206ae5fa8fd6b064fc6416b794
parent8d456654839cd4fd10225ffa9c70c64784615f95
Merge series "ASoC: topology: Change to resource managed memory" from Amadeusz Sławiński<amadeuszx.slawinski@linux.intel.com>:

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