[PATCH v3 0/7] ASoC: topology: Change to resource managed memory

Amadeusz Sławiński amadeuszx.slawinski at linux.intel.com
Fri Oct 30 13:43:15 CET 2020


On 10/30/2020 3:54 PM, Amadeusz Sławiński wrote:
> 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(-)
> 

Eh... and of course I've messed up something, there shouldn't be v3 in 
the topic of cover letter ;) I can resend if you want?


More information about the Alsa-devel mailing list