1. 10 Nov, 2020 18 commits
  2. 09 Nov, 2020 4 commits
  3. 06 Nov, 2020 5 commits
  4. 05 Nov, 2020 12 commits
  5. 04 Nov, 2020 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: topology: Change to resource managed memory" from Amadeusz... · bc3955c9
      Mark Brown authored
      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
      bc3955c9