alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ASoC: topology: Change to resource managed memory
@ 2020-10-30 14:54 Amadeusz Sławiński
  2020-10-30 12:43 ` Amadeusz Sławiński
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Amadeusz Sławiński @ 2020-10-30 14:54 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Takashi Iwai
  Cc: Cezary Rojewski, Amadeusz Sławiński,
	Pierre-Louis Bossart, alsa-devel

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-04 20:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30 14:54 [PATCH v3 0/7] ASoC: topology: Change to resource managed memory Amadeusz Sławiński
2020-10-30 12:43 ` Amadeusz Sławiński
2020-10-30 14:23 ` Rojewski, Cezary
2020-11-02 11:24   ` Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 1/6] ASoC: topology: Remove unused functions from topology API Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 2/6] ASoC: topology: Remove multistep topology loading Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 3/6] ASoC: topology: Unify all device references Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 4/6] ASoC: topology: Change allocations to resource managed Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 5/6] ASoC: topology: Remove empty functions Amadeusz Sławiński
2020-10-30 14:54 ` [PATCH 6/6] ASoC: topology: Simplify remove_widget function Amadeusz Sławiński
2020-11-04 20:43 ` [PATCH v3 0/7] ASoC: topology: Change to resource managed memory Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).